#include "sswInt.h"
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START Ssw_Frm_t * | Ssw_FrmStart (Aig_Man_t *pAig) |
| DECLARATIONS ///. | |
| void | Ssw_FrmStop (Ssw_Frm_t *p) |
| int | Aig_ObjDeref_rec (Aig_Obj_t *pNode) |
| int | Aig_ObjRef_rec (Aig_Obj_t *pNode) |
| int | Aig_ManConeSize (Aig_Obj_t *pNode0, Aig_Obj_t *pNode1) |
| Aig_Man_t * | Ssw_FramesWithClasses (Ssw_Man_t *p) |
| Aig_Man_t * | Ssw_SpeculativeReduction (Ssw_Man_t *p) |
Definition at line 115 of file sswAig.c.

| int Aig_ObjDeref_rec | ( | Aig_Obj_t * | pNode | ) |
Function*************************************************************
Synopsis [Computes the size of two-output cone.]
Description []
SideEffects []
SeeAlso []
Definition at line 89 of file sswAig.c.


| int Aig_ObjRef_rec | ( | Aig_Obj_t * | pNode | ) |
Definition at line 102 of file sswAig.c.


Function*************************************************************
Synopsis [Prepares the inductive case with speculative reduction.]
Description []
SideEffects []
SeeAlso []
Definition at line 203 of file sswAig.c.


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


| void Ssw_FrmStop | ( | Ssw_Frm_t * | p | ) |
Function*************************************************************
Synopsis [Starts the SAT manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 70 of file sswAig.c.


Function*************************************************************
Synopsis [Prepares the inductive case with speculative reduction.]
Description []
SideEffects []
SeeAlso []
Definition at line 272 of file sswAig.c.

