nissy-core

The "engine" of nissy, including the H48 optimal solver.
git clone https://git.tronto.net/nissy-core
Download | Log | Files | Refs | README | LICENSE

commit 325778cb5f4b169ef7e197e179cfb889808d10c2
parent 9b94c7d039341afb8609075da0ce52a7a7aa705a
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Wed, 13 Aug 2025 16:42:06 +0100

Added warning about build python

Diffstat:
Mbuild.bat | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/build.bat b/build.bat @@ -56,6 +56,10 @@ exit /b 1 echo. echo nissy Build the nissy.o object file. echo python Build the Python module for nissy. + echo NOTE: Python development headers must be installed in + echo order to build the Python module. The path of these + echo headers is hardcoded in the PYPATH varible in + echo build.bat. You may need to edit this file. echo shell Build the basic nissy shell (./run). echo cpp FILE Build and run the given C++ FILE. echo test [EXPR] Build and run unit tests. If EXPR is provided, only the