11 lines
191 B
C
11 lines
191 B
C
#ifndef _prophyper_h_INCLUDED
|
|
#define _prophyper_h_INCLUDED
|
|
|
|
struct kissat;
|
|
struct clause;
|
|
|
|
struct clause *kissat_hyper_propagate (struct kissat *,
|
|
const struct clause *);
|
|
|
|
#endif
|