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 8237e8961f34fc0902be25c05c9efa83c9b7bd91
parent 50bd8f0f568120e554d416f474cc72247d0b3240
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Tue, 12 Aug 2025 11:20:02 +0100

Merge branch 'master' of tronto.net:nissy-core into windows

Diffstat:
Msrc/nissy.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/nissy.c b/src/nissy.c @@ -1,7 +1,6 @@ #include <stdlib.h> #include <inttypes.h> #include <limits.h> -#include <pthread.h> #include <stdatomic.h> #include <stdarg.h> #include <stdbool.h>