abc-master
|
#include "dsdInt.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START Dsd_Manager_t * | Dsd_ManagerStart (DdManager *dd, int nSuppMax, int fVerbose) |
FUNCTION DECLARATIONS ///. More... | |
void | Dsd_ManagerStop (Dsd_Manager_t *dMan) |
ABC_NAMESPACE_IMPL_START Dsd_Manager_t* Dsd_ManagerStart | ( | DdManager * | dd, |
int | nSuppMax, | ||
int | fVerbose | ||
) |
FUNCTION DECLARATIONS ///.
CFile****************************************************************
FileName [dsdMan.c]
PackageName [DSD: Disjoint-support decomposition package.]
Synopsis [APIs of the DSD manager.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 8.0. Started - September 22, 2003.]
Revision [
]API OF DSD MANAGER /// Function*************************************************************
Synopsis [Starts the DSD manager.]
Description [Takes the started BDD manager and the maximum support size of the function to be DSD-decomposed. The manager should have at least as many variables as there are variables in the support. The functions should be expressed using the first nSuppSizeMax variables in the manager (these may be ordered not necessarily on top of the manager).]
SideEffects []
SeeAlso []
Definition at line 47 of file dsdMan.c.
void Dsd_ManagerStop | ( | Dsd_Manager_t * | dMan | ) |
Function*************************************************************
Synopsis [Stops the DSD manager.]
Description [Stopping the DSD manager automatically derefereces and deallocates all the DSD nodes that were created during the life time of the DSD manager. As a result, the user does not need to deref or deallocate any DSD nodes or trees that are derived and placed in the manager while it exists.]
SideEffects []
SeeAlso []