
Go to the source code of this file.
Functions | |
| int | Gia_ManQuantVerify_rec (Gia_Man_t *p, int iObj, int CiId) |
| void | Gia_ManQuantVerify (Gia_Man_t *p, int iObj) |
| void | Gia_ManQuantSetSuppStart (Gia_Man_t *p) |
| void | Gia_ManQuantSetSuppZero (Gia_Man_t *p) |
| void | Gia_ManQuantSetSuppCi (Gia_Man_t *p, Gia_Obj_t *pObj) |
| void | Gia_ManQuantSetSuppAnd (Gia_Man_t *p, Gia_Obj_t *pObj) |
| int | Gia_ManQuantCheckSupp (Gia_Man_t *p, int iObj, int iSupp) |
| void | Gia_ManQuantUpdateCiSupp (Gia_Man_t *p, int iObj) |
| int | Gia_ManQuantCheckOverlap (Gia_Man_t *p, int iObj) |
| void | Gia_ManQuantMarkUsedCis (Gia_Man_t *p, int(*pFuncCiToKeep)(void *, int), void *pData) |
| int | Gia_ManQuantCountUsed_rec (Gia_Man_t *p, int iObj) |
| int | Gia_ManQuantCountUsed (Gia_Man_t *p, int iObj) |
| void | Gia_ManQuantDupConeSupp_rec (Gia_Man_t *pNew, Gia_Man_t *p, Gia_Obj_t *pObj, Vec_Int_t *vCis, Vec_Int_t *vObjs, int(*pFuncCiToKeep)(void *, int), void *pData) |
| Gia_Man_t * | Gia_ManQuantDupConeSupp (Gia_Man_t *p, int iLit, int(*pFuncCiToKeep)(void *, int), void *pData, Vec_Int_t **pvCis, int *pOutLit) |
| void | Gia_ManQuantExist_rec (Gia_Man_t *p, int iObj, int pRes[2]) |
| int | Gia_ManQuantExist2 (Gia_Man_t *p0, int iLit, int(*pFuncCiToKeep)(void *, int), void *pData) |
| void | Gia_ManQuantCollect_rec (Gia_Man_t *p, int iObj, Vec_Int_t *vQuantCis, Vec_Int_t *vQuantSide, Vec_Int_t *vQuantAnds) |
| void | Gia_ManQuantCollect (Gia_Man_t *p, int iObj, int(*pFuncCiToKeep)(void *, int), void *pData, Vec_Int_t *vQuantCis, Vec_Int_t *vQuantSide, Vec_Int_t *vQuantAnds) |
| Gia_Man_t * | Gia_ManQuantExist2Dup (Gia_Man_t *p, int iLit, Vec_Int_t *vCis, Vec_Int_t *vSide, Vec_Int_t *vAnds, int *pOutLit) |
| int | Gia_ManQuantExistInt (Gia_Man_t *p0, int iLit, Vec_Int_t *vCis, Vec_Int_t *vSide, Vec_Int_t *vAnds) |
| int | Gia_ManQuantExist (Gia_Man_t *p0, int iLit, int(*pFuncCiToKeep)(void *, int), void *pData) |
| int Gia_ManQuantCheckOverlap | ( | Gia_Man_t * | p, |
| int | iObj ) |
Definition at line 163 of file giaExist.c.

| int Gia_ManQuantCheckSupp | ( | Gia_Man_t * | p, |
| int | iObj, | ||
| int | iSupp ) |
| void Gia_ManQuantCollect | ( | Gia_Man_t * | p, |
| int | iObj, | ||
| int(* | pFuncCiToKeep )(void *, int), | ||
| void * | pData, | ||
| Vec_Int_t * | vQuantCis, | ||
| Vec_Int_t * | vQuantSide, | ||
| Vec_Int_t * | vQuantAnds ) |
Definition at line 403 of file giaExist.c.


| void Gia_ManQuantCollect_rec | ( | Gia_Man_t * | p, |
| int | iObj, | ||
| Vec_Int_t * | vQuantCis, | ||
| Vec_Int_t * | vQuantSide, | ||
| Vec_Int_t * | vQuantAnds ) |
Function*************************************************************
Synopsis [Existentially quantified several variables.]
Description []
SideEffects []
SeeAlso []
Definition at line 382 of file giaExist.c.


| int Gia_ManQuantCountUsed | ( | Gia_Man_t * | p, |
| int | iObj ) |
Definition at line 193 of file giaExist.c.

| int Gia_ManQuantCountUsed_rec | ( | Gia_Man_t * | p, |
| int | iObj ) |
Definition at line 178 of file giaExist.c.


| Gia_Man_t * Gia_ManQuantDupConeSupp | ( | Gia_Man_t * | p, |
| int | iLit, | ||
| int(* | pFuncCiToKeep )(void *, int), | ||
| void * | pData, | ||
| Vec_Int_t ** | pvCis, | ||
| int * | pOutLit ) |
Definition at line 230 of file giaExist.c.


| void Gia_ManQuantDupConeSupp_rec | ( | Gia_Man_t * | pNew, |
| Gia_Man_t * | p, | ||
| Gia_Obj_t * | pObj, | ||
| Vec_Int_t * | vCis, | ||
| Vec_Int_t * | vObjs, | ||
| int(* | pFuncCiToKeep )(void *, int), | ||
| void * | pData ) |
Definition at line 199 of file giaExist.c.


| int Gia_ManQuantExist | ( | Gia_Man_t * | p0, |
| int | iLit, | ||
| int(* | pFuncCiToKeep )(void *, int), | ||
| void * | pData ) |
Definition at line 505 of file giaExist.c.


| int Gia_ManQuantExist2 | ( | Gia_Man_t * | p0, |
| int | iLit, | ||
| int(* | pFuncCiToKeep )(void *, int), | ||
| void * | pData ) |
Definition at line 291 of file giaExist.c.

| Gia_Man_t * Gia_ManQuantExist2Dup | ( | Gia_Man_t * | p, |
| int | iLit, | ||
| Vec_Int_t * | vCis, | ||
| Vec_Int_t * | vSide, | ||
| Vec_Int_t * | vAnds, | ||
| int * | pOutLit ) |
Definition at line 412 of file giaExist.c.


| void Gia_ManQuantExist_rec | ( | Gia_Man_t * | p, |
| int | iObj, | ||
| int | pRes[2] ) |
Definition at line 258 of file giaExist.c.


| int Gia_ManQuantExistInt | ( | Gia_Man_t * | p0, |
| int | iLit, | ||
| Vec_Int_t * | vCis, | ||
| Vec_Int_t * | vSide, | ||
| Vec_Int_t * | vAnds ) |
Definition at line 452 of file giaExist.c.


| void Gia_ManQuantMarkUsedCis | ( | Gia_Man_t * | p, |
| int(* | pFuncCiToKeep )(void *, int), | ||
| void * | pData ) |
Definition at line 167 of file giaExist.c.

Definition at line 144 of file giaExist.c.

Definition at line 117 of file giaExist.c.

| void Gia_ManQuantSetSuppStart | ( | Gia_Man_t * | p | ) |
| void Gia_ManQuantSetSuppZero | ( | Gia_Man_t * | p | ) |
| void Gia_ManQuantUpdateCiSupp | ( | Gia_Man_t * | p, |
| int | iObj ) |
| void Gia_ManQuantVerify | ( | Gia_Man_t * | p, |
| int | iObj ) |
Definition at line 86 of file giaExist.c.

| int Gia_ManQuantVerify_rec | ( | Gia_Man_t * | p, |
| int | iObj, | ||
| int | CiId ) |
Function*************************************************************
Synopsis [Existentially quantified several variables.]
Description []
SideEffects []
SeeAlso []
Definition at line 74 of file giaExist.c.

