#include "gia.h"
Go to the source code of this file.
Functions | |
| void | Gia_SatCollectCone_rec (Gia_Man_t *p, Gia_Obj_t *pObj, Vec_Int_t *vVisit) |
| FUNCTION DEFINITIONS ///. | |
| void | Gia_SatCollectCone (Gia_Man_t *p, Gia_Obj_t *pObj, Vec_Int_t *vVisit) |
| void | Gia_SatVerifyPattern (Gia_Man_t *p, Gia_Obj_t *pRoot, Vec_Int_t *vCex, Vec_Int_t *vVisit) |
Function*************************************************************
Synopsis [Collects nodes in the cone and initialized them to x.]
Description []
SideEffects []
SeeAlso []
Definition at line 73 of file giaPat.c.


FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Collects nodes in the cone and initialized them to x.]
Description []
SideEffects []
SeeAlso []
Definition at line 48 of file giaPat.c.


| void Gia_SatVerifyPattern | ( | Gia_Man_t * | p, |
| Gia_Obj_t * | pRoot, | ||
| Vec_Int_t * | vCex, | ||
| Vec_Int_t * | vVisit ) |
Function*************************************************************
Synopsis [Checks if the counter-examples asserts the output.]
Description [Assumes that fMark0 and fMark1 are clean. Leaves them clean.]
SideEffects []
SeeAlso []
Definition at line 93 of file giaPat.c.
