#include "sswInt.h"
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START Ssw_Man_t * | Ssw_ManCreate (Aig_Man_t *pAig, Ssw_Pars_t *pPars) |
| DECLARATIONS ///. | |
| int | Ssw_ManCountEquivs (Ssw_Man_t *p) |
| void | Ssw_ManPrintStats (Ssw_Man_t *p) |
| void | Ssw_ManCleanup (Ssw_Man_t *p) |
| void | Ssw_ManStop (Ssw_Man_t *p) |
| void Ssw_ManCleanup | ( | Ssw_Man_t * | p | ) |
Function*************************************************************
Synopsis [Frees the manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 158 of file sswMan.c.


| int Ssw_ManCountEquivs | ( | Ssw_Man_t * | p | ) |
Function*************************************************************
Synopsis [Prints stats of the manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 84 of file sswMan.c.

| ABC_NAMESPACE_IMPL_START Ssw_Man_t * Ssw_ManCreate | ( | Aig_Man_t * | pAig, |
| Ssw_Pars_t * | pPars ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [sswMan.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Inductive prover with constraints.]
Synopsis [Calls to the SAT solver.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - September 1, 2008.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Creates the manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file sswMan.c.


| void Ssw_ManPrintStats | ( | Ssw_Man_t * | p | ) |
Function*************************************************************
Synopsis [Prints stats of the manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 104 of file sswMan.c.


| void Ssw_ManStop | ( | Ssw_Man_t * | p | ) |
Function*************************************************************
Synopsis [Frees the manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 189 of file sswMan.c.

