ABC: A System for Sequential Synthesis and Verification
 
Loading...
Searching...
No Matches
terminate.c
Go to the documentation of this file.
1#include "terminate.h"
2#include "print.h"
3
5
6#ifndef KISSAT_QUIET
7
8void kissat_report_termination (kissat *solver, const char *name,
9 const char *file, long lineno,
10 const char *fun) {
11 kissat_very_verbose (solver, "%s:%ld: %s: 'TERMINATED (%s)' triggered",
12 file, lineno, fun, name);
13}
14
15#else
17#endif
18
#define ABC_NAMESPACE_IMPL_START
#define ABC_NAMESPACE_IMPL_END
#define solver
Definition kitten.c:211
char * name
Definition main.h:24
#define kissat_very_verbose(...)
Definition print.h:52
Definition file.h:23
ABC_NAMESPACE_IMPL_START int kissat_terminate_dummy_to_avoid_warning
Definition terminate.c:16