abc-master
|
#include "dchInt.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START void | Dch_AddClausesMux (Dch_Man_t *p, Aig_Obj_t *pNode) |
DECLARATIONS ///. More... | |
void | Dch_AddClausesSuper (Dch_Man_t *p, Aig_Obj_t *pNode, Vec_Ptr_t *vSuper) |
void | Dch_CollectSuper_rec (Aig_Obj_t *pObj, Vec_Ptr_t *vSuper, int fFirst, int fUseMuxes) |
void | Dch_CollectSuper (Aig_Obj_t *pObj, int fUseMuxes, Vec_Ptr_t *vSuper) |
void | Dch_ObjAddToFrontier (Dch_Man_t *p, Aig_Obj_t *pObj, Vec_Ptr_t *vFrontier) |
void | Dch_CnfNodeAddToSolver (Dch_Man_t *p, Aig_Obj_t *pObj) |
ABC_NAMESPACE_IMPL_START void Dch_AddClausesMux | ( | Dch_Man_t * | p, |
Aig_Obj_t * | pNode | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [dchCnf.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Choice computation for tech-mapping.]
Synopsis [Computation of CNF.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 29, 2008.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Addes clauses to the solver.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file dchCnf.c.
Function*************************************************************
Synopsis [Addes clauses to the solver.]
Description []
SideEffects []
SeeAlso []
Definition at line 164 of file dchCnf.c.
Function*************************************************************
Synopsis [Updates the solver clause database.]
Description []
SideEffects []
SeeAlso []
Definition at line 287 of file dchCnf.c.
Function*************************************************************
Synopsis [Collects the supergate.]
Description []
SideEffects []
SeeAlso []
Definition at line 243 of file dchCnf.c.
Function*************************************************************
Synopsis [Collects the supergate.]
Description []
SideEffects []
SeeAlso []
Definition at line 217 of file dchCnf.c.
Function*************************************************************
Synopsis [Updates the solver clause database.]
Description []
SideEffects []
SeeAlso []
Definition at line 262 of file dchCnf.c.