abc-master
|
#include "pdrInt.h"
Go to the source code of this file.
Functions | |
ABC_NAMESPACE_IMPL_START int | Gia_ManToBridgeResult (FILE *pFile, int Result, Abc_Cex_t *pCex, int iPoProved) |
DECLARATIONS ///. More... | |
int | Gia_ManToBridgeAbort (FILE *pFile, int Size, unsigned char *pBuffer) |
void | Pdr_ManSetDefaultParams (Pdr_Par_t *pPars) |
FUNCTION DEFINITIONS ///. More... | |
Pdr_Set_t * | Pdr_ManReduceClause (Pdr_Man_t *p, int k, Pdr_Set_t *pCube) |
int | Pdr_ManPushClauses (Pdr_Man_t *p) |
int | Pdr_ManCheckContainment (Pdr_Man_t *p, int k, Pdr_Set_t *pSet) |
int * | Pdr_ManSortByPriority (Pdr_Man_t *p, Pdr_Set_t *pCube) |
int | Pdr_ManGeneralize (Pdr_Man_t *p, int k, Pdr_Set_t *pCube, Pdr_Set_t **ppPred, Pdr_Set_t **ppCubeMin) |
int | Pdr_ManBlockCube (Pdr_Man_t *p, Pdr_Set_t *pCube) |
int | Pdr_ManSolveInt (Pdr_Man_t *p) |
int | Pdr_ManSolve (Aig_Man_t *pAig, Pdr_Par_t *pPars) |
int Gia_ManToBridgeAbort | ( | FILE * | pFile, |
int | Size, | ||
unsigned char * | pBuffer | ||
) |
Definition at line 175 of file utilBridge.c.
ABC_NAMESPACE_IMPL_START int Gia_ManToBridgeResult | ( | FILE * | pFile, |
int | Result, | ||
Abc_Cex_t * | pCex, | ||
int | iPoProved | ||
) |
DECLARATIONS ///.
CFile****************************************************************
FileName [pdrCore.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Property driven reachability.]
Synopsis [Core procedures.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - November 20, 2010.]
Revision [
]
Definition at line 284 of file utilBridge.c.
Function*************************************************************
Synopsis [Returns 1 if the state could be blocked.]
Description []
SideEffects []
SeeAlso []
Definition at line 426 of file pdrCore.c.
Function*************************************************************
Synopsis [Returns 1 if the clause is contained in higher clauses.]
Description []
SideEffects []
SeeAlso []
Definition at line 241 of file pdrCore.c.
int Pdr_ManGeneralize | ( | Pdr_Man_t * | p, |
int | k, | ||
Pdr_Set_t * | pCube, | ||
Pdr_Set_t ** | ppPred, | ||
Pdr_Set_t ** | ppCubeMin | ||
) |
Function*************************************************************
Synopsis [Returns 1 if the state could be blocked.]
Description []
SideEffects []
SeeAlso []
Definition at line 304 of file pdrCore.c.
int Pdr_ManPushClauses | ( | Pdr_Man_t * | p | ) |
Function*************************************************************
Synopsis [Returns 1 if the state could be blocked.]
Description []
SideEffects []
SeeAlso []
Definition at line 135 of file pdrCore.c.
Function*************************************************************
Synopsis [Reduces clause using analyzeFinal.]
Description [Assumes that the SAT solver just terminated an UNSAT call.]
SideEffects []
SeeAlso []
Definition at line 82 of file pdrCore.c.
void Pdr_ManSetDefaultParams | ( | Pdr_Par_t * | pPars | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 886 of file pdrCore.c.
int Pdr_ManSolveInt | ( | Pdr_Man_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 570 of file pdrCore.c.
Function*************************************************************
Synopsis [Sorts literals by priority.]
Description []
SideEffects []
SeeAlso []