aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2021-12-24 00:07:29 +0100
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2021-12-24 00:07:29 +0100
commit0aabc7d04f03311694557a045de2ad3d9caa4004 (patch)
treefab8ab8e52574a3f1750e99d7e0a5b5bd1829129 /TODO.md
parent4fb970ad4e7d0558f7bf32dbad2333dbf3cb3ab4 (diff)
downloadnissy-0aabc7d04f03311694557a045de2ad3d9caa4004.tar.gz
nissy-0aabc7d04f03311694557a045de2ad3d9caa4004.zip
use nxopt31 (compressed) by default for optimal solving
Diffstat (limited to '')
-rw-r--r--TODO.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index ea4a94d..81c3c19 100644
--- a/TODO.md
+++ b/TODO.md
@@ -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

Generated with cgit - Back to sebastiano.tronto.net