#include "fra.h"
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START void | Fra_AddClausesMux (Fra_Man_t *p, Aig_Obj_t *pNode) |
| DECLARATIONS ///. | |
| void | Fra_AddClausesSuper (Fra_Man_t *p, Aig_Obj_t *pNode, Vec_Ptr_t *vSuper) |
| void | Fra_CollectSuper_rec (Aig_Obj_t *pObj, Vec_Ptr_t *vSuper, int fFirst, int fUseMuxes) |
| Vec_Ptr_t * | Fra_CollectSuper (Aig_Obj_t *pObj, int fUseMuxes) |
| void | Fra_ObjAddToFrontier (Fra_Man_t *p, Aig_Obj_t *pObj, Vec_Ptr_t *vFrontier) |
| void | Fra_CnfNodeAddToSolver (Fra_Man_t *p, Aig_Obj_t *pOld, Aig_Obj_t *pNew) |
| ABC_NAMESPACE_IMPL_START void Fra_AddClausesMux | ( | Fra_Man_t * | p, |
| Aig_Obj_t * | pNode ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [fraCnf.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [New FRAIG package.]
Synopsis []
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 30, 2007.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Addes clauses to the solver.]
Description []
SideEffects []
SeeAlso []
Definition at line 46 of file fraCnf.c.


Function*************************************************************
Synopsis [Addes clauses to the solver.]
Description []
SideEffects []
SeeAlso []
Definition at line 129 of file fraCnf.c.

Function*************************************************************
Synopsis [Updates the solver clause database.]
Description []
SideEffects []
SeeAlso []
Definition at line 238 of file fraCnf.c.


Function*************************************************************
Synopsis [Collects the supergate.]
Description []
SideEffects []
SeeAlso []
Definition at line 192 of file fraCnf.c.


Function*************************************************************
Synopsis [Collects the supergate.]
Description []
SideEffects []
SeeAlso []
Definition at line 167 of file fraCnf.c.


Function*************************************************************
Synopsis [Updates the solver clause database.]
Description []
SideEffects []
SeeAlso []
Definition at line 213 of file fraCnf.c.
