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 (489B)


      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 *.so
     37 */*.so
     38 *.s
     39 *.pyd
     40 *.dll
     41 *.exp
     42 *.exe
     43 *.lib
     44 *.pdb
     45 *.ilk
     46 python/*.pyd
     47 python/*.exp
     48 python/*.lib