diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-03-09 07:43:37 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-03-09 07:43:37 +0100 |
| commit | 11e6aeeaf5f08839c6effb8f68710081acf491bf (patch) | |
| tree | 8aab442a637fd35bb457946926fd9bc749ee0467 /TODO_COORDINATES | |
| parent | 110e079f81277b40ec76be0b86b074a632496109 (diff) | |
| download | nissy-core-11e6aeeaf5f08839c6effb8f68710081acf491bf.tar.gz nissy-core-11e6aeeaf5f08839c6effb8f68710081acf491bf.zip | |
Working (?) version of coordinate solver
Diffstat (limited to 'TODO_COORDINATES')
| -rw-r--r-- | TODO_COORDINATES | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/TODO_COORDINATES b/TODO_COORDINATES index 8d75ed6..6634623 100644 --- a/TODO_COORDINATES +++ b/TODO_COORDINATES | |||
| @@ -1,4 +1,16 @@ | |||
| 1 | - solver (from TODOs in appending solution) | 1 | - coord solver |
| 2 | - add new parameter to solve(): options (char *) | ||
| 3 | - fix all usages | ||
| 4 | x tests | ||
| 5 | x shell | ||
| 6 | - tools | ||
| 7 | - python bindings | ||
| 8 | - document what to do when changing interface? | ||
| 9 | - where do I document which solvers take which parameters? | ||
| 10 | now that I am implementing more solvers I need an extra | ||
| 11 | document in doc/ | ||
| 12 | - in nissy.c, check for minmoves, maxmoves and nissflag (must be in range) | ||
| 13 | - add a dispatcher in solvers.h? | ||
| 2 | - test solver for EO | 14 | - test solver for EO |
| 3 | - add NISS (and add tests for NISS EO) | 15 | - add NISS (and add tests for NISS EO) |
| 4 | - make solve parallelized | 16 | - make solve parallelized |
| @@ -7,3 +19,4 @@ | |||
| 7 | - make gendata parallelized | 19 | - make gendata parallelized |
| 8 | 20 | ||
| 9 | - refactor common parts of coord and h48 solvers | 21 | - refactor common parts of coord and h48 solvers |
| 22 | - move parse_h48 to h48 module? | ||
