From 0aabc7d04f03311694557a045de2ad3d9caa4004 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 24 Dec 2021 00:07:29 +0100 Subject: use nxopt31 (compressed) by default for optimal solving --- src/shell.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/shell.c') 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) int main(int argc, char *argv[]) { -/* - init_movesets(); - init_symcoord(); - print_ptable(&pd_nxopt31_HTM); -*/ - if (argc > 1) { if (!strcmp(argv[1], "-b")) { launch(true); -- cgit v1.3