
Go to the source code of this file.
Functions | |
| ABC_NAMESPACE_IMPL_START Gia_Man_t * | Gia_ManDeepSynOne (int nNoImpr, int TimeOut, int nAnds, int Seed, int fUseTwo, int fVerbose) |
| DECLARATIONS ///. | |
| Gia_Man_t * | Gia_ManDeepSyn (Gia_Man_t *pGia, int nIters, int nNoImpr, int TimeOut, int nAnds, int Seed, int fUseTwo, int fVerbose) |
| Gia_Man_t * | Gia_ManRandSyn (Gia_Man_t *p, unsigned random_seed) |
| Gia_Man_t * Gia_ManDeepSyn | ( | Gia_Man_t * | pGia, |
| int | nIters, | ||
| int | nNoImpr, | ||
| int | TimeOut, | ||
| int | nAnds, | ||
| int | Seed, | ||
| int | fUseTwo, | ||
| int | fVerbose ) |
CFile****************************************************************
FileName [eSLIM.cpp]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Using Exact Synthesis with the SAT-based Local Improvement Method (eSLIM).]
Synopsis [Interface to the eSLIM package.]
Author [Franz-Xaver Reichl]
Affiliation [University of Freiburg]
Date [Ver. 1.0. Started - March 2025.]
Revision [
]
Definition at line 142 of file giaDeep.c.


| ABC_NAMESPACE_IMPL_START Gia_Man_t * Gia_ManDeepSynOne | ( | int | nNoImpr, |
| int | TimeOut, | ||
| int | nAnds, | ||
| int | Seed, | ||
| int | fUseTwo, | ||
| int | fVerbose ) |
DECLARATIONS ///.
CFile****************************************************************
FileName [giaDeep.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Scalable AIG package.]
Synopsis [Experiments with synthesis.]
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - June 20, 2005.]
Revision [
] FUNCTION DEFINITIONS /// Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 46 of file giaDeep.c.


Function*************************************************************
Synopsis [Generating one AIG by applying a randomized script.]
Description []
SideEffects []
SeeAlso []
Definition at line 176 of file giaDeep.c.
