ABC: A System for Sequential Synthesis and Verification
 
Loading...
Searching...
No Matches
propsearch.h
Go to the documentation of this file.
1#ifndef _propsearch_h_INCLUDED
2#define _propsearch_h_INCLUDED
3
4#include "global.h"
6
7struct kissat;
8struct clause;
9
10struct clause *kissat_search_propagate (struct kissat *);
11
13
14#endif
#define ABC_NAMESPACE_HEADER_END
#define ABC_NAMESPACE_HEADER_START
NAMESPACES ///.
struct clause * kissat_search_propagate(struct kissat *)
Definition propsearch.c:46