#include "pdrInt.h"
Go to the source code of this file.
Macros | |
| #define | PDR_VAL0 1 |
| #define | PDR_VAL1 2 |
| #define | PDR_VALX 3 |
| int Pdr_NtkFindSatAssign_rec | ( | Aig_Man_t * | pAig, |
| Aig_Obj_t * | pNode, | ||
| int | Value, | ||
| Pdr_Set_t * | pCube, | ||
| int | Heur ) |
Function*************************************************************
Synopsis [Recursively searched for a satisfying assignment.]
Description []
SideEffects []
SeeAlso []
Definition at line 745 of file pdrUtil.c.


| void Pdr_OblDeref | ( | Pdr_Obl_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 515 of file pdrUtil.c.

| void Pdr_QueueClean | ( | Pdr_Man_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 632 of file pdrUtil.c.


| int Pdr_QueueIsEmpty | ( | Pdr_Man_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 610 of file pdrUtil.c.


| void Pdr_QueuePrint | ( | Pdr_Man_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 651 of file pdrUtil.c.


| void Pdr_QueueStop | ( | Pdr_Man_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 699 of file pdrUtil.c.


| ABC_NAMESPACE_IMPL_START Pdr_Set_t * Pdr_SetAlloc | ( | int | nSize | ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [pdrUtil.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Property driven reachability.]
Synopsis [Various utilities.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - November 20, 2010.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 485 of file pdrUtil.c.

Function*************************************************************
Synopsis [Return 1 if pOld set-theoretically contains pNew.]
Description []
SideEffects []
SeeAlso []
Definition at line 382 of file pdrUtil.c.

Function*************************************************************
Synopsis [Return 1 if pOld set-theoretically contains pNew.]
Description []
SideEffects []
SeeAlso []
Definition at line 420 of file pdrUtil.c.
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 65 of file pdrUtil.c.

Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 98 of file pdrUtil.c.

Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 132 of file pdrUtil.c.

| void Pdr_SetDeref | ( | Pdr_Set_t * | p | ) |
| int Pdr_SetIsInit | ( | Pdr_Set_t * | pCube, |
| int | iRemove ) |
Function*************************************************************
Synopsis [Return 1 if the state cube contains init state (000...0).]
Description []
SideEffects []
SeeAlso []
Definition at line 460 of file pdrUtil.c.

Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 225 of file pdrUtil.c.

Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 342 of file pdrUtil.c.

| Pdr_Set_t * ZPdr_SetIntersection | ( | Pdr_Set_t * | p1, |
| Pdr_Set_t * | p2, | ||
| Hash_Int_t * | keep ) |
Function*************************************************************
Synopsis [Return the intersection of p1 and p2.]
Description []
SideEffects []
SeeAlso []
Definition at line 283 of file pdrUtil.c.

