cloud-sat/kissat-inc/src/prophyper.h
2023-03-26 19:15:17 +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