abc-master
|
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START void | Pdr_ManPrintProgress (Pdr_Man_t *p, int fClose, abctime Time) |
DECLARATIONS ///. More... | |
Vec_Int_t * | Pdr_ManCountFlops (Pdr_Man_t *p, Vec_Ptr_t *vCubes) |
int | Pdr_ManFindInvariantStart (Pdr_Man_t *p) |
Vec_Ptr_t * | Pdr_ManCollectCubes (Pdr_Man_t *p, int kStart) |
int | Pdr_ManCountVariables (Pdr_Man_t *p, int kStart) |
void | Pdr_ManPrintClauses (Pdr_Man_t *p, int kStart) |
void | Pdr_SetPrintOne (Pdr_Set_t *p) |
Aig_Man_t * | Pdr_ManDupAigWithClauses (Aig_Man_t *p, Vec_Ptr_t *vCubes) |
void | Pdr_ManDumpAig (Aig_Man_t *p, Vec_Ptr_t *vCubes) |
void | Pdr_ManDumpClauses (Pdr_Man_t *p, char *pFileName, int fProved) |
void | Pdr_ManReportInvariant (Pdr_Man_t *p) |
void | Pdr_ManVerifyInvariant (Pdr_Man_t *p) |
Function*************************************************************
Synopsis [Counts the number of variables used in the clauses.]
Description []
SideEffects []
SeeAlso []
Definition at line 156 of file pdrInv.c.
Function*************************************************************
Synopsis [Counts how many times each flop appears in the set of cubes.]
Description []
SideEffects []
SeeAlso []
Definition at line 106 of file pdrInv.c.
int Pdr_ManCountVariables | ( | Pdr_Man_t * | p, |
int | kStart | ||
) |
Function*************************************************************
Synopsis [Counts the number of variables used in the clauses.]
Description []
SideEffects []
SeeAlso []
Definition at line 180 of file pdrInv.c.
Definition at line 294 of file pdrInv.c.
void Pdr_ManDumpClauses | ( | Pdr_Man_t * | p, |
char * | pFileName, | ||
int | fProved | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 313 of file pdrInv.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 253 of file pdrInv.c.
int Pdr_ManFindInvariantStart | ( | Pdr_Man_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 132 of file pdrInv.c.
void Pdr_ManPrintClauses | ( | Pdr_Man_t * | p, |
int | kStart | ||
) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 205 of file pdrInv.c.
ABC_NAMESPACE_IMPL_START void Pdr_ManPrintProgress | ( | Pdr_Man_t * | p, |
int | fClose, | ||
abctime | Time | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [pdrInv.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Property driven reachability.]
Synopsis [Invariant computation, printing, verification.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - November 20, 2010.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 48 of file pdrInv.c.
void Pdr_ManReportInvariant | ( | Pdr_Man_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 385 of file pdrInv.c.
void Pdr_ManVerifyInvariant | ( | Pdr_Man_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 406 of file pdrInv.c.