diff options
Diffstat (limited to '')
| -rw-r--r-- | src/nissy.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/nissy.h b/src/nissy.h index 336130c..e8c35c3 100644 --- a/src/nissy.h +++ b/src/nissy.h | |||
| @@ -86,6 +86,12 @@ int64_t nissy_gendata( | |||
| 86 | void *generated_data | 86 | void *generated_data |
| 87 | ); | 87 | ); |
| 88 | 88 | ||
| 89 | int64_t nissy_checkdata( | ||
| 90 | const char *solver, | ||
| 91 | const char *options, | ||
| 92 | const void *data | ||
| 93 | ); | ||
| 94 | |||
| 89 | /* Print information on a data table via the provided callback writer */ | 95 | /* Print information on a data table via the provided callback writer */ |
| 90 | int64_t nissy_datainfo( | 96 | int64_t nissy_datainfo( |
| 91 | const void *table, | 97 | const void *table, |
