abc-master
|
Go to the source code of this file.
Functions | |
static ABC_NAMESPACE_IMPL_START int | Ssc_ObjSatLit (Ssc_Man_t *p, int Lit) |
DECLARATIONS ///. More... | |
static void | Gia_ManAddClausesMux (Ssc_Man_t *p, Gia_Obj_t *pNode) |
FUNCTION DEFINITIONS ///. More... | |
static void | Gia_ManAddClausesSuper (Ssc_Man_t *p, Gia_Obj_t *pNode, Vec_Int_t *vSuper) |
static void | Ssc_ManCollectSuper_rec (Gia_Man_t *p, Gia_Obj_t *pObj, Vec_Int_t *vSuper) |
static void | Ssc_ManCollectSuper (Gia_Man_t *p, Gia_Obj_t *pObj, Vec_Int_t *vSuper) |
static void | Ssc_ManCnfAddToFrontier (Ssc_Man_t *p, int Id, Vec_Int_t *vFront) |
static void | Ssc_ManCnfNodeAddToSolver (Ssc_Man_t *p, int NodeId) |
void | Ssc_ManStartSolver (Ssc_Man_t *p) |
void | Ssc_ManCollectSatPattern (Ssc_Man_t *p, Vec_Int_t *vPattern) |
Vec_Int_t * | Ssc_ManFindPivotSat (Ssc_Man_t *p) |
int | Ssc_ManCheckEquivalence (Ssc_Man_t *p, int iRepr, int iNode, int fCompl) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Addes clauses to the solver.]
Description []
SideEffects []
SeeAlso []
Definition at line 49 of file sscSat.c.
Function*************************************************************
Synopsis [Addes clauses to the solver.]
Description []
SideEffects []
SeeAlso []
Definition at line 128 of file sscSat.c.
int Ssc_ManCheckEquivalence | ( | Ssc_Man_t * | p, |
int | iRepr, | ||
int | iNode, | ||
int | fCompl | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 348 of file sscSat.c.
Function*************************************************************
Synopsis [Updates the solver clause database.]
Description []
SideEffects []
SeeAlso []
Definition at line 196 of file sscSat.c.
|
static |
Definition at line 208 of file sscSat.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 315 of file sscSat.c.
Definition at line 176 of file sscSat.c.
Function*************************************************************
Synopsis [Collects the supergate.]
Description []
SideEffects []
SeeAlso []
Definition at line 165 of file sscSat.c.
Definition at line 323 of file sscSat.c.
void Ssc_ManStartSolver | ( | Ssc_Man_t * | p | ) |
Function*************************************************************
Synopsis [Starts the SAT solver for constraints.]
Description []
SideEffects []
SeeAlso []
Definition at line 261 of file sscSat.c.
|
inlinestatic |
DECLARATIONS ///.
CFile****************************************************************
FileName [sscSat.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [SAT sweeping under constraints.]
Synopsis [SAT procedures.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 29, 2008.]
Revision [
]
Definition at line 32 of file sscSat.c.