aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2021-12-12 12:13:42 +0100
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2021-12-12 12:13:42 +0100
commit490d6b168d29b46e55c48c59b5bdde281eebe67e (patch)
treef9ca5c3e9e26de580240cc9af22e06d3b7989bfe /INSTALL
parent9725570d740041b51d6bdfbc8416498ddad77666 (diff)
downloadnissy-490d6b168d29b46e55c48c59b5bdde281eebe67e.tar.gz
nissy-490d6b168d29b46e55c48c59b5bdde281eebe67e.zip
Faster inverse cube; makes optimal solving about 30% faster
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index f8bef02..8ce8946 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,10 +1,10 @@
1# Requirements 1# Requirements
2 2
3A full installation of nissy requires about 1.8Gb of space, of which 1.6Gb are 3A full installation of nissy requires a little more than 2Gb of space,
4occupied by the huge pruning table for optimal solving, and running it requires 4of which 1.6Gb are occupied by the huge pruning table for optimal solving,
5the same amount of RAM. 5and running it requires the same amount of RAM.
6One can choose to never use the optimal solver and not to install the relative 6One can choose to never use the optimal solver and not to install the relative
7pruning table. If so, about 200Mb should be enough. 7pruning table. If so, about 500Mb should be enough.
8 8
9# Installation 9# Installation
10 10

Generated with cgit - Back to sebastiano.tronto.net