12 lines
204 B
C
12 lines
204 B
C
#ifndef _ifthenelse_h_INCLUDED
|
|
#define _ifthenelse_h_INCLUDED
|
|
|
|
#include <stdbool.h>
|
|
|
|
struct kissat;
|
|
|
|
bool kissat_find_if_then_else_gate (struct kissat *,
|
|
unsigned lit, unsigned negative);
|
|
|
|
#endif
|