cloud-sat/kissat-inc/src/prophyper.h

11 lines
191 B
C
Raw Normal View History

2022-08-30 15:42:35 +08:00
#ifndef _prophyper_h_INCLUDED
#define _prophyper_h_INCLUDED
struct kissat;
struct clause;
struct clause *kissat_hyper_propagate (struct kissat *,
const struct clause *);
#endif