abc-master
|
#include "bbr.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START DdNode * | Bbr_bddComputeRangeCube (DdManager *dd, int iStart, int iStop) |
DECLARATIONS ///. More... | |
Abc_Cex_t * | Aig_ManVerifyUsingBddsCountExample (Aig_Man_t *p, DdManager *dd, DdNode **pbParts, Vec_Ptr_t *vOnionRings, DdNode *bCubeFirst, int iOutput, int fVerbose, int fSilent) |
FUNCTION DEFINITIONS ///. More... | |
Abc_Cex_t* Aig_ManVerifyUsingBddsCountExample | ( | Aig_Man_t * | p, |
DdManager * | dd, | ||
DdNode ** | pbParts, | ||
Vec_Ptr_t * | vOnionRings, | ||
DdNode * | bCubeFirst, | ||
int | iOutput, | ||
int | fVerbose, | ||
int | fSilent | ||
) |
FUNCTION DEFINITIONS ///.
DECLARATIONS ///.
Function*************************************************************
Synopsis [Derives the counter-example using the set of reached states.]
Description []
SideEffects []
SeeAlso []
Definition at line 47 of file bbrCex.c.
ABC_NAMESPACE_IMPL_START DdNode* Bbr_bddComputeRangeCube | ( | DdManager * | dd, |
int | iStart, | ||
int | iStop | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [bbrCex.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [BDD-based reachability analysis.]
Synopsis [Procedures to derive a satisfiable counter-example.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]
Function********************************************************************
Synopsis [Performs the reordering-sensitive step of Extra_bddMove().]
Description []
SideEffects []
SeeAlso []
Definition at line 74 of file bbrReach.c.