ABC: A System for Sequential Synthesis and Verification
 
Loading...
Searching...
No Matches
equivalences.h
Go to the documentation of this file.
1#ifndef _equivs_h_INCLUDED
2#define _equivs_h_INCLUDED
3
4#include <stdbool.h>
5
6#include "global.h"
8
9struct kissat;
10
11bool kissat_find_equivalence_gate (struct kissat *, unsigned lit);
12
14
15#endif
#define ABC_NAMESPACE_HEADER_END
#define ABC_NAMESPACE_HEADER_START
NAMESPACES ///.
bool kissat_find_equivalence_gate(struct kissat *, unsigned lit)
Definition equivalences.c:7
int lit
Definition satVec.h:130