From 7d18d6b7aad526ba73b761f3c2f9292f7546b611 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sat, 5 Jun 2021 17:48:12 -0700 Subject: Experiments with cut computation. --- src/base/abci/abc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/base') diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c index 45755ad2..c3af777d 100644 --- a/src/base/abci/abc.c +++ b/src/base/abci/abc.c @@ -48913,6 +48913,7 @@ int Abc_CommandAbc9Test( Abc_Frame_t * pAbc, int argc, char ** argv ) // } // Abc_FrameUpdateGia( pAbc, Abc_Procedure(pAbc->pGia) ); // printf( "AIG in \"%s\" has the sum of output support sizes equal to %d.\n", pAbc->pGia->pSpec, Gia_ManSumTotalOfSupportSizes(pAbc->pGia) ); + Gia_ManExtractTest( pAbc->pGia ); return 0; usage: Abc_Print( -2, "usage: &test [-FW num] [-svh]\n" ); -- cgit v1.2.3