#include "gia.h"
Go to the source code of this file.
Functions | |
| void | Gia_Iso3Init (Gia_Man_t *p) |
| void | Gia_Iso3Compute (Gia_Man_t *p, Vec_Int_t *vSign) |
| int | Gia_Iso3Unique (Vec_Int_t *vSign) |
| void | Gia_Iso3Test (Gia_Man_t *p) |
| Vec_Wec_t * | Gia_Iso4Gia (Gia_Man_t *p) |
| void | Gia_Iso4Test (Gia_Man_t *p) |
| Vec_Int_t * | Gia_IsoCollectData (Gia_Man_t *p, Vec_Int_t *vObjs) |
| void | Gia_IsoCompareVecs (Gia_Man_t *pGia0, Vec_Wec_t *vLevs0, Gia_Man_t *pGia1, Vec_Wec_t *vLevs1) |
| void | Gia_Iso4TestTwo (Gia_Man_t *pGia0, Gia_Man_t *pGia1) |
Definition at line 83 of file giaIso3.c.

| void Gia_Iso3Init | ( | Gia_Man_t * | p | ) |
| void Gia_Iso3Test | ( | Gia_Man_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 138 of file giaIso3.c.

| int Gia_Iso3Unique | ( | Vec_Int_t * | vSign | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 172 of file giaIso3.c.


| void Gia_Iso4Test | ( | Gia_Man_t * | p | ) |
Definition at line 201 of file giaIso3.c.

Definition at line 243 of file giaIso3.c.

| void Gia_IsoCompareVecs | ( | Gia_Man_t * | pGia0, |
| Vec_Wec_t * | vLevs0, | ||
| Gia_Man_t * | pGia1, | ||
| Vec_Wec_t * | vLevs1 ) |
Definition at line 222 of file giaIso3.c.

