Improving simulation patterns by local search.

This commit is contained in:
Alan Mishchenko 2020-04-17 18:58:21 -07:00
parent d0e316df5b
commit 94a2cffefe
1 changed files with 1 additions and 0 deletions

View File

@ -33026,6 +33026,7 @@ usage:
***********************************************************************/
int Abc_CommandAbc9GenSim( Abc_Frame_t * pAbc, int argc, char ** argv )
{
extern void Gia_ManSimProfile( Gia_Man_t * pGia );
extern void Gia_ManPatSatImprove( Gia_Man_t * pGia, int nWords, int fVerbose );
extern void Gia_ManPatDistImprove( Gia_Man_t * p, int fVerbose );
extern void Gia_ManPatRareImprove( Gia_Man_t * p, int RareLimit, int fVerbose );