aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--INSTALL27
1 files changed, 27 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..59c1b83
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,27 @@
1# Requirements
2
3A full installation of nissy requires about 1.8Gb of space, of which 1.6Gb are
4occupied by the huge pruning table for optimal solving, and running it requires
5the same amount of RAM.
6One can choose to never use the optimal solver and not to install the relative
7pruning table. If so, about 200Mb should be enough.
8
9# Installation
10
11## On a UNIX system:
12
13Edit the Makefile to match your local configuration (usually not necessary, but you
14may want to change the PREFIX variable) and run make, followed by make install.
15After that, you need to download some files and manually save them to your NISSYDATA
16folder (se manual page, ENVIRONMENT section). If you don't do it nissy can compute
17these files when needed and save them in the correct folders, but some of them
18take hours to generate even for a powerful computer (for reference, the huge pruning
19table takes about 20 hours on my laptop).
20Choose one of the following:
21 https://math.uni.lu/tronto/nissy/nissy-tables-full.zip
22 https://math.uni.lu/tronto/nissy/nissy-tables-full.tar.gz
23 https://math.uni.lu/tronto/nissy/nissy-tables-nohuge.zip
24 https://math.uni.lu/tronto/nissy/nissy-tables-nohuge.tar.gz
25extract the archive and copy the tables folder into NISSIDATA (paste there
26the whole folder, not file by file). The "nohuge" files are much smaller and do not
27contain the huge pruning table for the optimal solver.

Generated with cgit - Back to sebastiano.tronto.net