#include "gia.h"
Go to the source code of this file.
Functions | |
| Vec_Wec_t * | Gia_ManCheckUnateVec (Gia_Man_t *p, Vec_Int_t *vCiIds, Vec_Int_t *vCoIds) |
| int | Gia_ManCheckUnate_rec (Gia_Man_t *p, int iObj) |
| int | Gia_ManCheckUnate (Gia_Man_t *p, int iCiId, int iCoId) |
| void | Gia_ManCheckUnateVecTest (Gia_Man_t *p, int fVerbose) |
| void | Gia_ManCheckUnateTest (Gia_Man_t *p, int fComputeAll, int fVerbose) |
| int Gia_ManCheckUnate | ( | Gia_Man_t * | p, |
| int | iCiId, | ||
| int | iCoId ) |
Definition at line 138 of file giaUnate.c.


| int Gia_ManCheckUnate_rec | ( | Gia_Man_t * | p, |
| int | iObj ) |
Function*************************************************************
Synopsis [Checks unateness one function in one variable.]
Description [Returns 0 if Co is not unate in Ci. Returns 1 if Co is neg-unate in Ci. Returns 2 if Co is pos-unate in Ci. Returns 3 if Co does not depend on Ci.]
SideEffects []
SeeAlso []
Definition at line 120 of file giaUnate.c.


| void Gia_ManCheckUnateTest | ( | Gia_Man_t * | p, |
| int | fComputeAll, | ||
| int | fVerbose ) |
Function*************************************************************
Synopsis [Testing procedure for one pair.]
Description []
SideEffects []
SeeAlso []
Definition at line 210 of file giaUnate.c.

Function*************************************************************
Synopsis [Compute unateness for all outputs in terms of inputs.]
Description []
SideEffects []
SeeAlso []
Definition at line 69 of file giaUnate.c.

| void Gia_ManCheckUnateVecTest | ( | Gia_Man_t * | p, |
| int | fVerbose ) |
Function*************************************************************
Synopsis [Testing procedure for all pairs.]
Description []
SideEffects []
SeeAlso []
Definition at line 164 of file giaUnate.c.

