#include "darInt.h"
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START Dar_Man_t * | Dar_ManStart (Aig_Man_t *pAig, Dar_RwrPar_t *pPars) |
| DECLARATIONS ///. | |
| void | Dar_ManStop (Dar_Man_t *p) |
| void | Dar_ManPrintStats (Dar_Man_t *p) |
| void Dar_ManPrintStats | ( | Dar_Man_t * | p | ) |
Function*************************************************************
Synopsis [Stops the AIG manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 93 of file darMan.c.


| ABC_NAMESPACE_IMPL_START Dar_Man_t * Dar_ManStart | ( | Aig_Man_t * | pAig, |
| Dar_RwrPar_t * | pPars ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [darMan.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [DAG-aware AIG rewriting.]
Synopsis [AIG manager.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - April 28, 2007.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Starts the rewriting manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 44 of file darMan.c.


| void Dar_ManStop | ( | Dar_Man_t * | p | ) |
Function*************************************************************
Synopsis [Stops the rewriting manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 69 of file darMan.c.

