From 9edf6ea091000eac047eb6a372a9dc79767d0e99 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Fri, 4 Aug 2017 14:40:51 +0900 Subject: New commands for backing up networks. --- src/base/main/mainInt.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/base/main/mainInt.h') diff --git a/src/base/main/mainInt.h b/src/base/main/mainInt.h index 30671fcb..efc5fc7f 100644 --- a/src/base/main/mainInt.h +++ b/src/base/main/mainInt.h @@ -106,9 +106,14 @@ struct Abc_Frame_t_ 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 + Gia_Man_t * pGiaBest2; // copy of the above + Gia_Man_t * pGiaSaved; // copy of the above int nBestLuts; // best LUT count int nBestEdges; // best edge count int nBestLevels; // best level count + int nBestLuts2; // best LUT count + int nBestEdges2; // best edge count + int nBestLevels2; // 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