From 21896ba6bc6b2e0db0493f37e62b405866e54a04 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Wed, 4 May 2016 07:22:13 -0700 Subject: Update to &show to show AIGs with XORs and MUXes (derived by &st -m). --- src/base/abci/abc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base') diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c index 1c0d5f05..26f81c2a 100644 --- a/src/base/abci/abc.c +++ b/src/base/abci/abc.c @@ -40948,7 +40948,7 @@ int Abc_CommandAbc9Test( Abc_Frame_t * pAbc, int argc, char ** argv ) // Jf_ManTestCnf( pAbc->pGia ); // Gia_ManCheckFalseTest( pAbc->pGia, nFrames ); // Gia_ParTest( pAbc->pGia, nWords, nProcs ); - Gia_PolynExplore( pAbc->pGia ); +// Gia_PolynExplore( pAbc->pGia ); // printf( "\nThis command is currently disabled.\n\n" ); return 0; -- cgit v1.2.3