#include "m114p_types.h"

Go to the source code of this file.
Macros | |
| #define | M114p_SolverForEachRoot(s, ppLits, nLits, i) |
| #define | M114p_SolverForEachChain(s, ppClauses, ppVars, nVars, i) |
Functions | |
| ABC_NAMESPACE_HEADER_START M114p_Solver_t | M114p_SolverNew (int fRecordProof) |
| void | M114p_SolverDelete (M114p_Solver_t s) |
| void | M114p_SolverPrintStats (M114p_Solver_t s, double Time) |
| void | M114p_SolverSetVarNum (M114p_Solver_t s, int nVars) |
| int | M114p_SolverAddClause (M114p_Solver_t s, lit *begin, lit *end) |
| int | M114p_SolverSimplify (M114p_Solver_t s) |
| int | M114p_SolverSolve (M114p_Solver_t s, lit *begin, lit *end, int nConfLimit) |
| int | M114p_SolverGetConflictNum (M114p_Solver_t s) |
| int | M114p_SolverProofIsReady (M114p_Solver_t s) |
| void | M114p_SolverProofSave (M114p_Solver_t s, char *pFileName) |
| int | M114p_SolverProofClauseNum (M114p_Solver_t s) |
| int | M114p_SolverGetFirstRoot (M114p_Solver_t s, int **ppLits) |
| int | M114p_SolverGetNextRoot (M114p_Solver_t s, int **ppLits) |
| int | M114p_SolverGetFirstChain (M114p_Solver_t s, int **ppClauses, int **ppVars) |
| int | M114p_SolverGetNextChain (M114p_Solver_t s, int **ppClauses, int **ppVars) |
| #define M114p_SolverForEachChain | ( | s, | |
| ppClauses, | |||
| ppVars, | |||
| nVars, | |||
| i ) |
Definition at line 39 of file m114p.h.
| #define M114p_SolverForEachRoot | ( | s, | |
| ppLits, | |||
| nLits, | |||
| i ) |
Definition at line 34 of file m114p.h.
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |