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

10 lines
160 B
C
Raw Normal View History

2022-08-30 15:42:35 +08:00
#ifndef _propsearch_h_INCLUDED
#define _propsearch_h_INCLUDED
struct kissat;
struct clause;
struct clause *kissat_search_propagate (struct kissat *);
#endif