#include "dchInt.h"
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START Dch_Man_t * | Dch_ManCreate (Aig_Man_t *pAig, Dch_Pars_t *pPars) |
| DECLARATIONS ///. | |
| void | Dch_ManPrintStats (Dch_Man_t *p) |
| void | Dch_ManStop (Dch_Man_t *p) |
| void | Dch_ManSatSolverRecycle (Dch_Man_t *p) |
| ABC_NAMESPACE_IMPL_START Dch_Man_t * Dch_ManCreate | ( | Aig_Man_t * | pAig, |
| Dch_Pars_t * | pPars ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [dchMan.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Choice computation for tech-mapping.]
Synopsis [Calls to the SAT solver.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 29, 2008.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Creates the manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file dchMan.c.


| void Dch_ManPrintStats | ( | Dch_Man_t * | p | ) |
Function*************************************************************
Synopsis [Prints stats of the manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 77 of file dchMan.c.

| void Dch_ManSatSolverRecycle | ( | Dch_Man_t * | p | ) |
Function*************************************************************
Synopsis [Recycles the SAT solver.]
Description []
SideEffects []
SeeAlso []
Definition at line 153 of file dchMan.c.


| void Dch_ManStop | ( | Dch_Man_t * | p | ) |
Function*************************************************************
Synopsis [Frees the manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 122 of file dchMan.c.

