
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START int | Sbd_ProblemCountParams (int nStrs, Sbd_Str_t *pStr0) |
| DECLARATIONS ///. | |
| int | Sbd_ProblemAddClauses (sat_solver *pSat, int nVars, int nStrs, int *pVars, Sbd_Str_t *pStr0) |
| void | Sbd_ProblemAddClausesInit (sat_solver *pSat, int nVars, int nStrs, int *pVars, Sbd_Str_t *pStr0) |
| void | Sbd_ProblemPrintSolution (int nStrs, Sbd_Str_t *pStr0, Vec_Int_t *vLits) |
| void | Sbd_ProblemCollectSolution (int nStrs, Sbd_Str_t *pStr0, Vec_Int_t *vLits) |
| int | Sbd_ProblemSolve (Gia_Man_t *p, Vec_Int_t *vMirrors, int Pivot, Vec_Int_t *vWinObjs, Vec_Int_t *vObj2Var, Vec_Int_t *vTfo, Vec_Int_t *vRoots, Vec_Int_t *vDivSet, int nStrs, Sbd_Str_t *pStr0) |
| int Sbd_ProblemAddClauses | ( | sat_solver * | pSat, |
| int | nVars, | ||
| int | nStrs, | ||
| int * | pVars, | ||
| Sbd_Str_t * | pStr0 ) |
Definition at line 54 of file sbdLut.c.

| void Sbd_ProblemAddClausesInit | ( | sat_solver * | pSat, |
| int | nVars, | ||
| int | nStrs, | ||
| int * | pVars, | ||
| Sbd_Str_t * | pStr0 ) |
Definition at line 101 of file sbdLut.c.

Definition at line 146 of file sbdLut.c.

| ABC_NAMESPACE_IMPL_START int Sbd_ProblemCountParams | ( | int | nStrs, |
| Sbd_Str_t * | pStr0 ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [sbdLut.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [SAT-based optimization using internal don't-cares.]
Synopsis [CNF computation.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 46 of file sbdLut.c.

Definition at line 128 of file sbdLut.c.
| int Sbd_ProblemSolve | ( | Gia_Man_t * | p, |
| Vec_Int_t * | vMirrors, | ||
| int | Pivot, | ||
| Vec_Int_t * | vWinObjs, | ||
| Vec_Int_t * | vObj2Var, | ||
| Vec_Int_t * | vTfo, | ||
| Vec_Int_t * | vRoots, | ||
| Vec_Int_t * | vDivSet, | ||
| int | nStrs, | ||
| Sbd_Str_t * | pStr0 ) |
Function*************************************************************
Synopsis [Solves QBF problem for the given window.]
Description []
SideEffects []
SeeAlso []
Definition at line 187 of file sbdLut.c.

