From f936cc0680c98ffe51b3a1716c996072d5dbf76c Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sun, 18 Jan 2009 08:01:00 -0800 Subject: Version abc90118 --- src/aig/mfx/mfxInt.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/aig/mfx/mfxInt.h') diff --git a/src/aig/mfx/mfxInt.h b/src/aig/mfx/mfxInt.h index 0693200d..9095c8ce 100644 --- a/src/aig/mfx/mfxInt.h +++ b/src/aig/mfx/mfxInt.h @@ -81,6 +81,8 @@ struct Mfx_Man_t_ Vec_Ptr_t * vFanins; // the new set of fanins int nTotConfLim; // total conflict limit int nTotConfLevel; // total conflicts on this level + // switching activity + Vec_Int_t * vProbs; // the result of solving int nFanins; // the number of fanins int nWords; // the number of words @@ -136,6 +138,7 @@ extern void Mfx_ManStop( Mfx_Man_t * p ); extern void Mfx_ManClean( Mfx_Man_t * p ); /*=== mfxResub.c ==========================================================*/ extern void Mfx_PrintResubStats( Mfx_Man_t * p ); +extern int Mfx_EdgePower( Mfx_Man_t * p, Nwk_Obj_t * pNode ); extern int Mfx_EdgeSwapEval( Mfx_Man_t * p, Nwk_Obj_t * pNode ); extern int Mfx_ResubNode( Mfx_Man_t * p, Nwk_Obj_t * pNode ); extern int Mfx_ResubNode2( Mfx_Man_t * p, Nwk_Obj_t * pNode ); -- cgit v1.2.3