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 /src/shell.c | |
| parent | 4fb970ad4e7d0558f7bf32dbad2333dbf3cb3ab4 (diff) | |
| download | nissy-0aabc7d04f03311694557a045de2ad3d9caa4004.tar.gz nissy-0aabc7d04f03311694557a045de2ad3d9caa4004.zip | |
use nxopt31 (compressed) by default for optimal solving
Diffstat (limited to 'src/shell.c')
| -rw-r--r-- | src/shell.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/shell.c b/src/shell.c index 6d2de94..5fb18bc 100644 --- a/src/shell.c +++ b/src/shell.c | |||
| @@ -97,12 +97,6 @@ launch(bool batchmode) | |||
| 97 | int | 97 | int |
| 98 | main(int argc, char *argv[]) | 98 | main(int argc, char *argv[]) |
| 99 | { | 99 | { |
| 100 | /* | ||
| 101 | init_movesets(); | ||
| 102 | init_symcoord(); | ||
| 103 | print_ptable(&pd_nxopt31_HTM); | ||
| 104 | */ | ||
| 105 | |||
| 106 | if (argc > 1) { | 100 | if (argc > 1) { |
| 107 | if (!strcmp(argv[1], "-b")) { | 101 | if (!strcmp(argv[1], "-b")) { |
| 108 | launch(true); | 102 | launch(true); |
