diff options
| author | enricotenuti <tenutz_27@outlook.it> | 2024-09-29 12:42:31 +0200 |
|---|---|---|
| committer | enricotenuti <tenutz_27@outlook.it> | 2024-09-29 12:42:31 +0200 |
| commit | 7a52b4cd50a40e4bce919b6bd51203d0e9867141 (patch) | |
| tree | 95ab133f9771c4791d5c784f1b3d4822b1dd7d3c /src/nissy.h | |
| parent | 8fcfb3a33fe053ed2032d58ecc0b5d640c155931 (diff) | |
| parent | 774a824a6c80b5af495f4fb99d98758e3b9f6b81 (diff) | |
| download | nissy-core-7a52b4cd50a40e4bce919b6bd51203d0e9867141.tar.gz nissy-core-7a52b4cd50a40e4bce919b6bd51203d0e9867141.zip | |
Merge remote-tracking branch 'upstream/master'
Merge upstream
Diffstat (limited to 'src/nissy.h')
| -rw-r--r-- | src/nissy.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/nissy.h b/src/nissy.h index 336130c..0545556 100644 --- a/src/nissy.h +++ b/src/nissy.h | |||
| @@ -86,6 +86,19 @@ 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 | |||
| 96 | int64_t nissy_checkdata( | ||
| 97 | const char *solver, | ||
| 98 | const char *options, | ||
| 99 | const void *data | ||
| 100 | ); | ||
| 101 | |||
| 89 | /* Print information on a data table via the provided callback writer */ | 102 | /* Print information on a data table via the provided callback writer */ |
| 90 | int64_t nissy_datainfo( | 103 | int64_t nissy_datainfo( |
| 91 | const void *table, | 104 | const void *table, |
