From 25e0d5703367969170f8f47051c7adcf58f5c990 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 14 Dec 2021 17:32:29 +0100 Subject: Added light optimal solver - about 5 times slower but takes only 500Mb of RAM --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'README.md') 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. ## Requirements -A full installation of nissy requires about 1.8Gb of space, of which 1.6Gb are -occupied by the huge pruning table for optimal solving, and running it requires -the same amount of RAM. -One can choose to never use the optimal solver and not to install the relative -pruning table. If so, about 200Mb should be enough. +A full installation of nissy requires a little more than 2Gb of space, +of which 1.6Gb are occupied by the huge pruning table for fast optimal solving, +and running it requires the same amount of RAM. +One can choose to never use this function and not to install the relative +pruning table. There is an alternative (about 5 times slower) +optimal solving function that uses about 500Mb of RAM. ## Installation -- cgit v1.3