ABC: A System for Sequential Synthesis and Verification
 
Loading...
Searching...
No Matches
import.h
Go to the documentation of this file.
1#ifndef _import_h_INLCUDED
2#define _import_h_INLCUDED
3
4#include "global.h"
6
7struct kissat;
8
9unsigned kissat_import_literal (struct kissat *solver, int lit);
10unsigned kissat_fresh_literal (struct kissat *solver);
11
13
14#endif
#define ABC_NAMESPACE_HEADER_END
#define ABC_NAMESPACE_HEADER_START
NAMESPACES ///.
unsigned kissat_import_literal(struct kissat *solver, int lit)
Definition import.c:60
unsigned kissat_fresh_literal(struct kissat *solver)
Definition import.c:84
#define solver
Definition kitten.c:211
int lit
Definition satVec.h:130