abc-master
|
#include "pdrInt.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START Pdr_Man_t * | Pdr_ManStart (Aig_Man_t *pAig, Pdr_Par_t *pPars, Vec_Int_t *vPrioInit) |
DECLARATIONS ///. More... | |
void | Pdr_ManStop (Pdr_Man_t *p) |
Abc_Cex_t * | Pdr_ManDeriveCex (Pdr_Man_t *p) |
FUNCTION DECLARATIONS ///. More... | |
FUNCTION DECLARATIONS ///.
Function*************************************************************
Synopsis [Derives counter-example.]
Description []
SideEffects []
SeeAlso []
Definition at line 189 of file pdrMan.c.
ABC_NAMESPACE_IMPL_START Pdr_Man_t* Pdr_ManStart | ( | Aig_Man_t * | pAig, |
Pdr_Par_t * | pPars, | ||
Vec_Int_t * | vPrioInit | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [pdrMan.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Property driven reachability.]
Synopsis [Manager procedures.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - November 20, 2010.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Creates manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file pdrMan.c.
void Pdr_ManStop | ( | Pdr_Man_t * | p | ) |
Function*************************************************************
Synopsis [Frees manager.]
Description []
SideEffects []
SeeAlso []
Definition at line 106 of file pdrMan.c.