From 0e57e953062cd2d97573d8428f6f77853ba8535e Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Fri, 3 Mar 2006 08:01:00 -0800 Subject: Version abc60303 --- src/opt/dec/decAbc.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/opt/dec/decAbc.c') diff --git a/src/opt/dec/decAbc.c b/src/opt/dec/decAbc.c index 066b3bb2..af76cd84 100644 --- a/src/opt/dec/decAbc.c +++ b/src/opt/dec/decAbc.c @@ -18,7 +18,7 @@ #include "abc.h" #include "dec.h" -#include "aig.h" +//#include "aig.h" //////////////////////////////////////////////////////////////////////// /// DECLARATIONS /// @@ -214,6 +214,7 @@ void Dec_GraphUpdateNetwork( Abc_Obj_t * pRoot, Dec_Graph_t * pGraph, bool fUpda SeeAlso [] ***********************************************************************/ +/* Aig_Node_t * Dec_GraphToNetworkAig( Aig_Man_t * pMan, Dec_Graph_t * pGraph ) { Dec_Node_t * pNode; @@ -235,7 +236,7 @@ Aig_Node_t * Dec_GraphToNetworkAig( Aig_Man_t * pMan, Dec_Graph_t * pGraph ) // complement the result if necessary return Aig_NotCond( pNode->pFunc, Dec_GraphIsComplement(pGraph) ); } - +*/ //////////////////////////////////////////////////////////////////////// /// END OF FILE /// -- cgit v1.2.3