From 7ea40494eb637c5c717c3fa80529bfbbec897f83 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sun, 29 Jan 2012 21:22:54 -0800 Subject: Graph isomorphism checking code. --- src/base/abci/abc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/base/abci') diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c index 95954f54..c71cfc7b 100644 --- a/src/base/abci/abc.c +++ b/src/base/abci/abc.c @@ -8837,6 +8837,7 @@ int Abc_CommandTest( Abc_Frame_t * pAbc, int argc, char ** argv ) extern void Aig_ManSupportsTest( Aig_Man_t * pMan ); extern int Aig_SupportSizeTest( Aig_Man_t * pMan ); extern int Abc_NtkSuppSizeTest( Abc_Ntk_t * p ); + extern void Iso_ManTest( Aig_Man_t * pAig, int fVerbose ); if ( pNtk ) { Aig_Man_t * pAig = Abc_NtkToDar( pNtk, 0, 1 ); @@ -8844,7 +8845,7 @@ int Abc_CommandTest( Abc_Frame_t * pAbc, int argc, char ** argv ) // Aig_ManInterTest( pAig, 1 ); // Aig_ManSupportsTest( pAig ); // Aig_SupportSizeTest( pAig ); - Abc_NtkSuppSizeTest( pNtk ); + Iso_ManTest( pAig, fVerbose ); Aig_ManStop( pAig ); } } -- cgit v1.2.3