Clingo
Loading...
Searching...
No Matches
config.c

The example shows how to configure the solver.

The example shows how to configure the solver.

Output

./config
Model: a
Model: b

Code

// NOLINTNEXTLINE(bugprone-reserved-identifier)
#define __STDC_FORMAT_MACROS
#include <stdio.h>
int main(int argc, char *argv[]) {
(void)argc;
(void)argv;
printf("TODO\n");
return 0;
}