Commit 94a2cffe by Alan Mishchenko

Improving simulation patterns by local search.

parent d0e316df
...@@ -33026,6 +33026,7 @@ usage: ...@@ -33026,6 +33026,7 @@ usage:
***********************************************************************/ ***********************************************************************/
int Abc_CommandAbc9GenSim( Abc_Frame_t * pAbc, int argc, char ** argv ) 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_ManPatSatImprove( Gia_Man_t * pGia, int nWords, int fVerbose );
extern void Gia_ManPatDistImprove( Gia_Man_t * p, int fVerbose ); extern void Gia_ManPatDistImprove( Gia_Man_t * p, int fVerbose );
extern void Gia_ManPatRareImprove( Gia_Man_t * p, int RareLimit, int fVerbose ); extern void Gia_ManPatRareImprove( Gia_Man_t * p, int RareLimit, int fVerbose );
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment