aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2021-12-14 17:32:29 +0100
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2021-12-14 17:32:29 +0100
commit25e0d5703367969170f8f47051c7adcf58f5c990 (patch)
treebca61827af98a4fb23eb1ab5088a0154c39b193d /README.md
parenta9831ada32f9349b3d8973b07df3171455fbddcd (diff)
downloadnissy-25e0d5703367969170f8f47051c7adcf58f5c990.tar.gz
nissy-25e0d5703367969170f8f47051c7adcf58f5c990.zip
Added light optimal solver - about 5 times slower but takes only 500Mb of RAM
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index 4ddbe66..89a9c80 100644
--- a/README.md
+++ b/README.md
@@ -20,11 +20,12 @@ solutions for EO/DR/HTR or similar substeps.
20 20
21## Requirements 21## Requirements
22 22
23A full installation of nissy requires about 1.8Gb of space, of which 1.6Gb are 23A full installation of nissy requires a little more than 2Gb of space,
24occupied by the huge pruning table for optimal solving, and running it requires 24of which 1.6Gb are occupied by the huge pruning table for fast optimal solving,
25the same amount of RAM. 25and running it requires the same amount of RAM.
26One can choose to never use the optimal solver and not to install the relative 26One can choose to never use this function and not to install the relative
27pruning table. If so, about 200Mb should be enough. 27pruning table. There is an alternative (about 5 times slower)
28optimal solving function that uses about 500Mb of RAM.
28 29
29## Installation 30## Installation
30 31

Generated with cgit - Back to sebastiano.tronto.net