ABC: A System for Sequential Synthesis and Verification
 
Loading...
Searching...
No Matches
proprobe.h
Go to the documentation of this file.
1#ifndef _proprobe_h_INCLUDED
2#define _proprobe_h_INCLUDED
3
4#include <stdbool.h>
5
6#include "global.h"
8
9struct kissat;
10struct clause;
11
12struct clause *kissat_probing_propagate (struct kissat *, struct clause *,
13 bool flush);
14
16
17#endif
#define ABC_NAMESPACE_HEADER_END
#define ABC_NAMESPACE_HEADER_START
NAMESPACES ///.
struct clause * kissat_probing_propagate(struct kissat *, struct clause *, bool flush)
Definition proprobe.c:37