diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-08 10:05:21 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-08 10:05:21 +0100 |
| commit | 61ae2bd88751a291f97e6f0ee36563e898cacac8 (patch) | |
| tree | 5773b7a475ba878871daa28d75c1f39475e582b6 /README.md | |
| parent | 7b48583d629d33971e9f1d5e7aa4ca7f11d8a032 (diff) | |
| download | nissy-core-61ae2bd88751a291f97e6f0ee36563e898cacac8.tar.gz nissy-core-61ae2bd88751a291f97e6f0ee36563e898cacac8.zip | |
Small refactoring
Diffstat (limited to '')
| -rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
| @@ -37,6 +37,11 @@ for benchmarks. | |||
| 37 | 37 | ||
| 38 | ## TODO: | 38 | ## TODO: |
| 39 | 39 | ||
| 40 | ### Trivial things | ||
| 41 | |||
| 42 | * Remove unnecessary prototypes for static functions | ||
| 43 | * getpiece and similar macros: remove? make functions? | ||
| 44 | |||
| 40 | ### Simple solver | 45 | ### Simple solver |
| 41 | 46 | ||
| 42 | * tests | 47 | * tests |
| @@ -79,9 +84,9 @@ Implement the following solvers: | |||
| 79 | 84 | ||
| 80 | ### cube.h changes | 85 | ### cube.h changes |
| 81 | 86 | ||
| 82 | * Consider removing zerocube() from the api | ||
| 83 | * prefix public functions with nissy_ or something similar | 87 | * prefix public functions with nissy_ or something similar |
| 84 | * move() that takes a string (alg) as input | 88 | * move() that takes a string (alg) as input |
| 89 | * Add single moves and transformations to the interface? (performance!) | ||
| 85 | 90 | ||
| 86 | ### Documentation and interface | 91 | ### Documentation and interface |
| 87 | 92 | ||
