diff options
Diffstat (limited to 'src/nissy.h')
| -rw-r--r-- | src/nissy.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/nissy.h b/src/nissy.h index e8c35c3..0545556 100644 --- a/src/nissy.h +++ b/src/nissy.h | |||
| @@ -86,6 +86,13 @@ int64_t nissy_gendata( | |||
| 86 | void *generated_data | 86 | void *generated_data |
| 87 | ); | 87 | ); |
| 88 | 88 | ||
| 89 | /* Temporarily added to test h48 intermediate tables */ | ||
| 90 | int64_t nissy_derivedata( | ||
| 91 | const char *options, | ||
| 92 | const void *fulltable, | ||
| 93 | void *generated_data | ||
| 94 | ); | ||
| 95 | |||
| 89 | int64_t nissy_checkdata( | 96 | int64_t nissy_checkdata( |
| 90 | const char *solver, | 97 | const char *solver, |
| 91 | const char *options, | 98 | const char *options, |
