h48

A prototype for an optimal Rubik's cube solver, work in progress.
git clone https://git.tronto.net/h48
Download | Log | Files | Refs | README | LICENSE

.gitignore (327B)


      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 nissyqt
     13 qt/build
     14 debugrun
     15 shell/lasttest.out
     16 shell/lasttest.err
     17 tables/*
     18 test/*/runtest
     19 test/.DS_Store
     20 test/run
     21 test/run.DSYM
     22 tools/.DS_Store
     23 run.DSYM
     24 run.core
     25 test/last.*
     26 tools/results
     27 .vscode
     28 *.a
     29 *.o
     30 *.so
     31 *.s