abc-master
|
#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 ///. More... | |
void | Ssw_FrmStop (Ssw_Frm_t *p) |
static void | Ssw_FramesConstrainNode (Ssw_Man_t *p, Aig_Man_t *pFrames, Aig_Man_t *pAig, Aig_Obj_t *pObj, int iFrame, int fTwoPos) |
Aig_Man_t * | Ssw_FramesWithClasses (Ssw_Man_t *p) |
Aig_Man_t * | Ssw_SpeculativeReduction (Ssw_Man_t *p) |
|
inlinestatic |
Function*************************************************************
Synopsis [Performs speculative reduction for one node.]
Description []
SideEffects []
SeeAlso []
Definition at line 89 of file sswAig.c.
Function*************************************************************
Synopsis [Prepares the inductive case with speculative reduction.]
Description []
SideEffects []
SeeAlso []
Definition at line 144 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 [Prepares the inductive case with speculative reduction.]
Description []
SideEffects []
SeeAlso []
Definition at line 212 of file sswAig.c.