12 lines
178 B
C
12 lines
178 B
C
#ifndef _reduce_h_INCLUDED
|
|
#define _reduce_h_INCLUDED
|
|
|
|
#include <stdbool.h>
|
|
|
|
struct kissat;
|
|
|
|
bool kissat_reducing (struct kissat *);
|
|
int kissat_reduce (struct kissat *);
|
|
|
|
#endif
|