From 66d9a80b3db7f9194ee084f210e0ae5f3a9516d7 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Tue, 26 Aug 2014 21:28:26 -0700 Subject: Adding commands to save/load best network. --- src/base/main/mainInt.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/base/main') diff --git a/src/base/main/mainInt.h b/src/base/main/mainInt.h index 73844c2b..c8276eeb 100644 --- a/src/base/main/mainInt.h +++ b/src/base/main/mainInt.h @@ -103,6 +103,10 @@ struct Abc_Frame_t_ // new code Gia_Man_t * pGia; // alternative current network as a light-weight AIG Gia_Man_t * pGia2; // copy of the above + Gia_Man_t * pGiaBest; // copy of the above + int nBestLuts; // best LUT count + int nBestEdges; // best edge count + int nBestLevels; // best level count Abc_Cex_t * pCex; // a counter-example to fail the current network Abc_Cex_t * pCex2; // copy of the above Vec_Ptr_t * vCexVec; // a vector of counter-examples if more than one PO fails -- cgit v1.2.3