diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-09-27 08:22:55 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-09-27 08:25:41 +0200 |
| commit | cee9856b2cb151f705acf6d27454ec08ef2b9a4e (patch) | |
| tree | 4616e5c59e01be16e96103f9e9897ef004434eb7 /src/nissy.h | |
| parent | 0b32395de2500ad87e15fbb0ff4a852e313037e9 (diff) | |
| parent | 79500f46632ba50b1640d16983942b940dd7955f (diff) | |
| download | nissy-core-cee9856b2cb151f705acf6d27454ec08ef2b9a4e.tar.gz nissy-core-cee9856b2cb151f705acf6d27454ec08ef2b9a4e.zip | |
Merge branch 'master' of tronto.net:h48
Diffstat (limited to 'src/nissy.h')
| -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 63e7a90..0545556 100644 --- a/src/nissy.h +++ b/src/nissy.h | |||
| @@ -93,6 +93,12 @@ int64_t nissy_derivedata( | |||
| 93 | void *generated_data | 93 | void *generated_data |
| 94 | ); | 94 | ); |
| 95 | 95 | ||
| 96 | int64_t nissy_checkdata( | ||
| 97 | const char *solver, | ||
| 98 | const char *options, | ||
| 99 | const void *data | ||
| 100 | ); | ||
| 101 | |||
| 96 | /* Print information on a data table via the provided callback writer */ | 102 | /* Print information on a data table via the provided callback writer */ |
| 97 | int64_t nissy_datainfo( | 103 | int64_t nissy_datainfo( |
| 98 | const void *table, | 104 | const void *table, |
