diff options
Diffstat (limited to 'tools')
| -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; |
