Commit 8a91a9af by Alan Mishchenko

Experiments with mini AIG manager.

parent 6b1b368a
......@@ -25,6 +25,7 @@ MODULES := \
src/proof/cec src/proof/dch src/proof/fraig src/proof/fra src/proof/ssw \
src/proof/abs \
src/aig/aig src/aig/saig src/aig/gia src/aig/ioa src/aig/ivy src/aig/hop \
src/aig/miniaig \
src/python
all: $(PROG)
......
......@@ -177,10 +177,6 @@ SOURCE=.\src\base\abc\abcSop.c
SOURCE=.\src\base\abc\abcUtil.c
# End Source File
# Begin Source File
SOURCE=.\src\base\abc\miniaig.h
# End Source File
# End Group
# Begin Group "abci"
......@@ -3562,6 +3558,14 @@ SOURCE=.\src\aig\gia\giaTsim.c
SOURCE=.\src\aig\gia\giaUtil.c
# End Source File
# End Group
# Begin Group "miniaig"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\src\aig\miniaig\miniaig.h
# End Source File
# End Group
# End Group
# Begin Group "bool"
......
......@@ -20,7 +20,7 @@
#include "base/abc/abc.h"
#include "base/main/main.h"
#include "base/abc/miniaig.h"
#include "aig/miniaig/miniaig.h"
ABC_NAMESPACE_IMPL_START
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment