abc-master
|
#include "covInt.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START Min_Man_t * | Min_ManAlloc (int nVars) |
DECLARATIONS ///. More... | |
void | Min_ManClean (Min_Man_t *p, int nSupp) |
void | Min_ManFree (Min_Man_t *p) |
ABC_NAMESPACE_IMPL_START Min_Man_t* Min_ManAlloc | ( | int | nVars | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [covMinMan.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Mapping into network of SOPs/ESOPs.]
Synopsis [SOP manipulation.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Starts the minimization manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file covMinMan.c.
void Min_ManClean | ( | Min_Man_t * | p, |
int | nSupp | ||
) |
Function*************************************************************
Synopsis [Cleans the minimization manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 83 of file covMinMan.c.
void Min_ManFree | ( | Min_Man_t * | p | ) |
Function*************************************************************
Synopsis [Stops the minimization manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 104 of file covMinMan.c.