DECLARATIONS ///. More...
#include <int2Int.h>

Public Attributes | |
| Int2_ManPars_t * | pPars |
| Gia_Man_t * | pGia |
| Gia_Man_t * | pGiaPref |
| Gia_Man_t * | pGiaSuff |
| Vec_Int_t * | vSuffCis |
| Vec_Int_t * | vSuffCos |
| Vec_Int_t * | vPrefCos |
| Vec_Int_t * | vStack |
| Vec_Int_t * | vImageOne |
| Vec_Int_t * | vImagesAll |
| Vec_Ptr_t * | vMapFrames |
| Vec_Int_t * | vMapPref |
| Vec_Int_t * | vMapSuff |
| Vec_Int_t * | vAssign |
| Vec_Int_t * | vPrio |
| sat_solver * | pSatPref |
| sat_solver * | pSatSuff |
| abctime | timeSatPref |
| abctime | timeSatSuff |
| abctime | timeOther |
| abctime | timeTotal |
| sat_solver2 * | pSat |
| Vec_Int_t * | vGloVars |
| Vec_Int_t * | vVar2Glo |
DECLARATIONS ///.
CFile****************************************************************
FileName [satSolver2i.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [SAT solver.]
Synopsis [Records the trace of SAT solving in the CNF form.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - September 2, 2013.]
Revision [
]
| Int2_ManPars_t* Int2_Man_t_::pPars |
| sat_solver2* Int2_Man_t_::pSat |
Definition at line 35 of file satSolver2i.c.
| sat_solver* Int2_Man_t_::pSatPref |
| sat_solver* Int2_Man_t_::pSatSuff |
| Vec_Int_t* Int2_Man_t_::vGloVars |
Definition at line 36 of file satSolver2i.c.
| Vec_Int_t* Int2_Man_t_::vVar2Glo |
Definition at line 37 of file satSolver2i.c.