diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-24 00:07:29 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-24 00:07:29 +0100 |
| commit | 0aabc7d04f03311694557a045de2ad3d9caa4004 (patch) | |
| tree | fab8ab8e52574a3f1750e99d7e0a5b5bd1829129 /TODO.md | |
| parent | 4fb970ad4e7d0558f7bf32dbad2333dbf3cb3ab4 (diff) | |
| download | nissy-0aabc7d04f03311694557a045de2ad3d9caa4004.tar.gz nissy-0aabc7d04f03311694557a045de2ad3d9caa4004.zip | |
use nxopt31 (compressed) by default for optimal solving
Diffstat (limited to 'TODO.md')
| -rw-r--r-- | TODO.md | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -73,3 +73,9 @@ It's more of a personal reminder than anything else. | |||
| 73 | * client/server architecture: run a server process in the background so that | 73 | * client/server architecture: run a server process in the background so that |
| 74 | multiple client processess can send it queries and get results; this would | 74 | multiple client processess can send it queries and get results; this would |
| 75 | open up the door for a web-based version or graphical clients | 75 | open up the door for a web-based version or graphical clients |
| 76 | |||
| 77 | ### Cleanup | ||
| 78 | * Remove khuge from everywhere | ||
| 79 | * sort again functions alphabetically in their files | ||
| 80 | * more stuff to load at start (or when suitable command is called) rather | ||
| 81 | than when called directly, to avoid nasty problems with threading | ||
