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

.gitignore (552B)


      1 a.out
      2 .DS_Store
      3 cachegrind.out.*
      4 config.mk
      5 gen
      6 debuggen
      7 flamegraph.html
      8 utils/.DS_Store
      9 perf.data
     10 perf.data.old
     11 run
     12 run.exe
     13 debugrun
     14 tables*/*
     15 test/*/runtest
     16 test/.DS_Store
     17 test/run
     18 test/run.DSYM
     19 runtest
     20 runtest.exe
     21 runcpp
     22 runcpp.exe
     23 runtest.js
     24 runtest.wasm
     25 web/http/nissy_web_module.*
     26 web/nissy_web_module.*
     27 runtool
     28 tools/.DS_Store
     29 run.DSYM
     30 run.core
     31 test/last.*
     32 tools/results
     33 .vscode
     34 *.a
     35 *.o
     36 *.obj
     37 *.so
     38 */*.so
     39 *.s
     40 *.pyd
     41 *.dll
     42 *.exp
     43 *.exe
     44 *.lib
     45 *.pdb
     46 *.ilk
     47 python/*.pyd
     48 python/*.exp
     49 python/*.lib
     50 *.sketch
     51 __pycache__
     52 */__pycache__
     53 benchmarks/tables.md