abc-master
|
#include "sswInt.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START Ssw_Sat_t * | Ssw_SatStart (int fPolarFlip) |
DECLARATIONS ///. More... | |
void | Ssw_SatStop (Ssw_Sat_t *p) |
void | Ssw_AddClausesMux (Ssw_Sat_t *p, Aig_Obj_t *pNode) |
void | Ssw_AddClausesSuper (Ssw_Sat_t *p, Aig_Obj_t *pNode, Vec_Ptr_t *vSuper) |
void | Ssw_CollectSuper_rec (Aig_Obj_t *pObj, Vec_Ptr_t *vSuper, int fFirst, int fUseMuxes) |
void | Ssw_CollectSuper (Aig_Obj_t *pObj, int fUseMuxes, Vec_Ptr_t *vSuper) |
void | Ssw_ObjAddToFrontier (Ssw_Sat_t *p, Aig_Obj_t *pObj, Vec_Ptr_t *vFrontier) |
void | Ssw_CnfNodeAddToSolver (Ssw_Sat_t *p, Aig_Obj_t *pObj) |
int | Ssw_CnfGetNodeValue (Ssw_Sat_t *p, Aig_Obj_t *pObj) |
Function*************************************************************
Synopsis [Addes clauses to the solver.]
Description []
SideEffects []
SeeAlso []
Definition at line 104 of file sswCnf.c.
Function*************************************************************
Synopsis [Addes clauses to the solver.]
Description []
SideEffects []
SeeAlso []
Definition at line 223 of file sswCnf.c.
Function*************************************************************
Synopsis [Copy pattern from the solver into the internal storage.]
Description []
SideEffects []
SeeAlso []
Definition at line 402 of file sswCnf.c.
Function*************************************************************
Synopsis [Updates the solver clause database.]
Description []
SideEffects []
SeeAlso []
Definition at line 351 of file sswCnf.c.
Function*************************************************************
Synopsis [Collects the supergate.]
Description []
SideEffects []
SeeAlso []
Definition at line 303 of file sswCnf.c.
Function*************************************************************
Synopsis [Collects the supergate.]
Description []
SideEffects []
SeeAlso []
Definition at line 276 of file sswCnf.c.
Function*************************************************************
Synopsis [Updates the solver clause database.]
Description []
SideEffects []
SeeAlso []
Definition at line 322 of file sswCnf.c.
ABC_NAMESPACE_IMPL_START Ssw_Sat_t* Ssw_SatStart | ( | int | fPolarFlip | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [sswCnf.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Inductive prover with constraints.]
Synopsis [Computation of CNF.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - September 1, 2008.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Starts the SAT manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file sswCnf.c.