abc-master
|
Go to the source code of this file.
Functions | |
static ABC_NAMESPACE_IMPL_START void | Abc_NtkModelToVector (Abc_Ntk_t *pNtk, Vec_Int_t *vPiValues) |
DECLARATIONS ///. More... | |
static void | Abc_NtkVectorClearPars (Vec_Int_t *vPiValues, int nPars) |
static void | Abc_NtkVectorClearVars (Abc_Ntk_t *pNtk, Vec_Int_t *vPiValues, int nPars) |
static void | Abc_NtkVectorPrintPars (Vec_Int_t *vPiValues, int nPars) |
static void | Abc_NtkVectorPrintVars (Abc_Ntk_t *pNtk, Vec_Int_t *vPiValues, int nPars) |
int | Abc_NtkDSat (Abc_Ntk_t *pNtk, ABC_INT64_T nConfLimit, ABC_INT64_T nInsLimit, int nLearnedStart, int nLearnedDelta, int nLearnedPerce, int fAlignPol, int fAndOuts, int fNewSolver, int fVerbose) |
void | Abc_NtkQbf (Abc_Ntk_t *pNtk, int nPars, int nItersMax, int fDumpCnf, int fVerbose) |
FUNCTION DEFINITIONS ///. More... | |
int Abc_NtkDSat | ( | Abc_Ntk_t * | pNtk, |
ABC_INT64_T | nConfLimit, | ||
ABC_INT64_T | nInsLimit, | ||
int | nLearnedStart, | ||
int | nLearnedDelta, | ||
int | nLearnedPerce, | ||
int | fAlignPol, | ||
int | fAndOuts, | ||
int | fNewSolver, | ||
int | fVerbose | ||
) |
Function*************************************************************
Synopsis [Solves combinational miter using a SAT solver.]
Description []
SideEffects []
SeeAlso []
Definition at line 1804 of file abcDar.c.
DECLARATIONS ///.
CFile****************************************************************
FileName [abcQbf.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Network and node package.]
Synopsis [Implementation of a simple QBF solver.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Function*************************************************************
Synopsis [Translates model into the vector of values.]
Description []
SideEffects []
SeeAlso []
Definition at line 232 of file abcQbf.c.
void Abc_NtkQbf | ( | Abc_Ntk_t * | pNtk, |
int | nPars, | ||
int | nItersMax, | ||
int | fDumpCnf, | ||
int | fVerbose | ||
) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Solve the QBF problem EpAx[M(p,x)].]
Description [Variables p go first, followed by variable x. The number of parameters is nPars. The miter is in pNtk. The miter expresses EQUALITY of the implementation and spec.]
SideEffects []
SeeAlso []
Definition at line 64 of file abcQbf.c.
|
static |
Function*************************************************************
Synopsis [Clears parameters.]
Description []
SideEffects []
SeeAlso []
Definition at line 251 of file abcQbf.c.
Function*************************************************************
Synopsis [Clears variables.]
Description []
SideEffects []
SeeAlso []
Definition at line 269 of file abcQbf.c.
|
static |