abc-master
|
#include "gia.h"
Go to the source code of this file.
Functions | |
static ABC_NAMESPACE_IMPL_START int | Gia_ManFrontFindNext (char *pFront, int nFront, int iFront) |
DECLARATIONS ///. More... | |
void | Gia_ManFrontTransform (Gia_Man_t *p) |
int | Gia_ManCrossCutSimple (Gia_Man_t *p) |
Gia_Man_t * | Gia_ManFront (Gia_Man_t *p) |
void | Gia_ManFrontTest (Gia_Man_t *p) |
int Gia_ManCrossCutSimple | ( | Gia_Man_t * | p | ) |
Function*************************************************************
Synopsis [Determine the frontier.]
Description []
SideEffects []
SeeAlso []
Definition at line 106 of file giaFront.c.
Function*************************************************************
Synopsis [Determine the frontier.]
Description []
SideEffects []
SeeAlso []
Definition at line 147 of file giaFront.c.
|
inlinestatic |
DECLARATIONS ///.
CFile****************************************************************
FileName [giaFront.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Scalable AIG package.]
Synopsis [Frontier representation.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
]FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis [Find the next place on the frontier.]
Description []
SideEffects []
SeeAlso []
Definition at line 45 of file giaFront.c.
void Gia_ManFrontTest | ( | Gia_Man_t * | p | ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 262 of file giaFront.c.
void Gia_ManFrontTransform | ( | Gia_Man_t * | p | ) |
Function*************************************************************
Synopsis [Transforms the frontier manager to its initial state.]
Description []
SideEffects []
SeeAlso []
Definition at line 65 of file giaFront.c.