diff options
Diffstat (limited to '')
| -rw-r--r-- | INSTALL | 29 |
1 files changed, 23 insertions, 6 deletions
| @@ -11,7 +11,7 @@ pruning table. If so, about 200Mb should be enough. | |||
| 11 | ## On Windows | 11 | ## On Windows |
| 12 | 12 | ||
| 13 | Try downloading and executing in a terminal the file nissy.exe, then | 13 | Try downloading and executing in a terminal the file nissy.exe, then |
| 14 | follow the instructions in the UNIX section below for downloading and | 14 | follow the instructions in the Tables section below for |
| 15 | installing the pruning tables. | 15 | installing the pruning tables. |
| 16 | If nissy.exe does not work, you can try following the UNIX instructions | 16 | If nissy.exe does not work, you can try following the UNIX instructions |
| 17 | in WSL (Windows Subsystem for Linux) or in a similar environment. | 17 | in WSL (Windows Subsystem for Linux) or in a similar environment. |
| @@ -22,11 +22,28 @@ Sorry for the inconvenience, I don't have a Windows machine to test this on. | |||
| 22 | 22 | ||
| 23 | Edit the Makefile to match your local configuration (usually not necessary, but you | 23 | Edit the Makefile to match your local configuration (usually not necessary, but you |
| 24 | may want to change the PREFIX variable) and run make, followed by make install. | 24 | may want to change the PREFIX variable) and run make, followed by make install. |
| 25 | After that, you need to download some files and manually save them to your NISSYDATA | 25 | Follows the instructions below to install the pruning tables. |
| 26 | folder (se manual page, ENVIRONMENT section). If you don't do it nissy can compute | 26 | |
| 27 | these files when needed and save them in the correct folders, but some of them | 27 | ## Tables |
| 28 | take hours to generate even for a powerful computer (for reference, the huge pruning | 28 | Nissy needs to generate certain large tables to work. These tables are by default |
| 29 | table takes about 20 hours on my laptop). | 29 | generated the first time they are needed (e.g the first time you ask to solve a |
| 30 | certain step) and then saved to a file. The following times nissy simply loads the | ||
| 31 | corresponding file from the hard disk. | ||
| 32 | |||
| 33 | The very large table for optimal solving can take some time to generate (about 20 | ||
| 34 | minutes on my fairly old but decent laptop, using 8 CPU threads). All other | ||
| 35 | tables are much faster. | ||
| 36 | |||
| 37 | You can ask nissy to generate all the tables it will ever need with the gen | ||
| 38 | command. It is recommended to use more than one thread, if your CPU has them. | ||
| 39 | For example, you can run: | ||
| 40 | |||
| 41 | nissy gen -t 8 | ||
| 42 | |||
| 43 | to generate all tables using 8 threads. | ||
| 44 | |||
| 45 | Alternatively, you can simply download all the tables and copy them into the | ||
| 46 | correct folder (see manual page, ENVIRONMENT section). | ||
| 30 | Choose one of the following: | 47 | Choose one of the following: |
| 31 | https://math.uni.lu/tronto/nissy/nissy-tables-full.zip | 48 | https://math.uni.lu/tronto/nissy/nissy-tables-full.zip |
| 32 | https://math.uni.lu/tronto/nissy/nissy-tables-full.tar.gz | 49 | https://math.uni.lu/tronto/nissy/nissy-tables-full.tar.gz |
