diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2016-11-26 14:28:12 -0800 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2016-11-26 14:28:12 -0800 |
commit | 6b55bf0205f414ca711d92baea115a808fff3dc9 (patch) | |
tree | 0a5e1a5c89caf0db42ee0610ef19e8bbb7e784fe /src/opt/sbd/sbdInt.h | |
parent | 64bdbe1a74fcf6343e06caa0dc4f6dae0e621e76 (diff) | |
download | abc-6b55bf0205f414ca711d92baea115a808fff3dc9.tar.gz abc-6b55bf0205f414ca711d92baea115a808fff3dc9.tar.bz2 abc-6b55bf0205f414ca711d92baea115a808fff3dc9.zip |
New SAT-based optimization package.
Diffstat (limited to 'src/opt/sbd/sbdInt.h')
-rw-r--r-- | src/opt/sbd/sbdInt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/opt/sbd/sbdInt.h b/src/opt/sbd/sbdInt.h index 1157d02c..8211610c 100644 --- a/src/opt/sbd/sbdInt.h +++ b/src/opt/sbd/sbdInt.h @@ -34,6 +34,7 @@ #include "misc/vec/vec.h" #include "sat/bsat/satSolver.h" #include "misc/util/utilNam.h" +#include "misc/util/utilTruth.h" #include "map/scl/sclLib.h" #include "map/scl/sclCon.h" #include "bool/kit/kit.h" |