11 lines
239 B
C
11 lines
239 B
C
#ifndef _promote_h_INCLUDED
|
|
#define _promote_h_INCLUDED
|
|
|
|
struct clause;
|
|
struct kissat;
|
|
|
|
unsigned kissat_recompute_glue (struct kissat *, struct clause *c);
|
|
void kissat_promote_clause (struct kissat *, clause *, unsigned new_glue);
|
|
|
|
#endif
|