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


      1 .DS_Store
      2 cachegrind.out.*
      3 config.mk
      4 gen
      5 debuggen
      6 flamegraph.html
      7 utils/.DS_Store
      8 perf.data
      9 perf.data.old
     10 run
     11 debugrun
     12 shell/lasttest.out
     13 shell/lasttest.err
     14 tables/*
     15 tables-old/*
     16 test/*/runtest
     17 test/.DS_Store
     18 test/run
     19 test/run.DSYM
     20 tools/.DS_Store
     21 run.DSYM
     22 run.core
     23 test/last.*
     24 tools/results
     25 .vscode
     26 *.o
     27 *.so
     28 *.s