From cc4e0be71bb424839f8d5988a2e08a87b114922c Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Wed, 1 Aug 2018 21:58:40 -0800 Subject: Experiments with function enumeration. --- src/opt/dau/dauNpn.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/opt') diff --git a/src/opt/dau/dauNpn.c b/src/opt/dau/dauNpn.c index eaf7cf0a..ea33d518 100644 --- a/src/opt/dau/dauNpn.c +++ b/src/opt/dau/dauNpn.c @@ -28,7 +28,7 @@ ABC_NAMESPACE_IMPL_START /// DECLARATIONS /// //////////////////////////////////////////////////////////////////////// -//#define USE4VARS 1 +#define USE4VARS 1 //////////////////////////////////////////////////////////////////////// /// FUNCTION DEFINITIONS /// @@ -263,7 +263,7 @@ void Dau_NetworkEnum() } void Dau_NetworkEnumTest() { - //Dau_TruthEnum(); + Dau_TruthEnum(); Dau_NetworkEnum(); } -- cgit v1.2.3