13 lines
205 B
C
13 lines
205 B
C
#ifndef _backward_h_INCLUDED
|
|
#define _backward_h_INCLUDED
|
|
|
|
#include "reference.h"
|
|
|
|
#include <stdbool.h>
|
|
|
|
struct kissat;
|
|
|
|
bool kissat_backward_subsume_temporary (struct kissat *, reference ignore);
|
|
|
|
#endif
|