2022-08-30 15:42:35 +08:00

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