From 18737f7408a3d0f86c336e4960aef604b84d4168 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sat, 28 Jul 2012 11:03:56 -0700 Subject: Fixed the problem with 'write_cnf' after recent changes to the SAT solver. --- src/aig/gia/giaAbsGla2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/aig') diff --git a/src/aig/gia/giaAbsGla2.c b/src/aig/gia/giaAbsGla2.c index 51c2ac6d..18f91cf0 100644 --- a/src/aig/gia/giaAbsGla2.c +++ b/src/aig/gia/giaAbsGla2.c @@ -41,8 +41,8 @@ struct Ga2_Man_t_ Gia_Man_t * pGia; // working AIG manager Gia_ParVta_t * pPars; // parameters // markings - Vec_Int_t * vMapping; // for each object: leaf count, leaves, truth table int nMarked; // total number of marked nodes and flops + Vec_Int_t * vMapping; // for each object: leaf count, leaves, truth table Vec_Ptr_t * vDatas; // for each object: leaves, CNF0, CNF1 // abstraction Vec_Int_t * vAbs; // array of abstracted objects -- cgit v1.2.3