diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-10-04 09:03:37 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-10-04 09:03:37 +0200 |
| commit | fd111a1a51b8293f79db6284331af50824df92b9 (patch) | |
| tree | e9b192dbedcbf54591e48e210f86933f3181332e | |
| parent | 32009294d2de3e197c8d4dc950559ff948ea2fc9 (diff) | |
| download | nissy-core-fd111a1a51b8293f79db6284331af50824df92b9.tar.gz nissy-core-fd111a1a51b8293f79db6284331af50824df92b9.zip | |
Added documentation on how to run derivedata
| -rw-r--r-- | tools/001_derive_h48/derive_h48.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/001_derive_h48/derive_h48.c b/tools/001_derive_h48/derive_h48.c index c3062bf..ba282ff 100644 --- a/tools/001_derive_h48/derive_h48.c +++ b/tools/001_derive_h48/derive_h48.c | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | /* | ||
| 2 | This tool is specific to the H48 solver. It can be used to derive small | ||
| 3 | intermediate tables from larger tables, including the full h11 table. | ||
| 4 | |||
| 5 | When using k=2, the base values for the tables may differ. If you want | ||
| 6 | to change this value, for example for generating a table with base = 9 | ||
| 7 | from the h11 table with base = 10, you must re-generate the large table | ||
| 8 | with the correct base value. The easiest way to do so is to manually | ||
| 9 | edit the base value in the source code and recompile. | ||
| 10 | */ | ||
| 11 | |||
| 1 | #include "../tool.h" | 12 | #include "../tool.h" |
| 2 | 13 | ||
| 3 | char *opts_large, *opts_small, *filename_large, *filename_small; | 14 | char *opts_large, *opts_small, *filename_large, *filename_small; |
