diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2020-12-21 13:23:53 -0800 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2020-12-21 13:23:53 -0800 |
commit | e44f409c1d798d2c663e75e8349c28cad7fe4b82 (patch) | |
tree | 1fb7089288f15cc38cb29ab10c0eff3b6fca9a1a /src/sat | |
parent | f06217e25a9905e5ebb9bce27ac06c456b9cf5f8 (diff) | |
download | abc-e44f409c1d798d2c663e75e8349c28cad7fe4b82.tar.gz abc-e44f409c1d798d2c663e75e8349c28cad7fe4b82.tar.bz2 abc-e44f409c1d798d2c663e75e8349c28cad7fe4b82.zip |
Integrating Glucose into &sat.
Diffstat (limited to 'src/sat')
-rw-r--r-- | src/sat/glucose2/Glucose2.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sat/glucose2/Glucose2.cpp b/src/sat/glucose2/Glucose2.cpp index 07525474..e7e3862b 100644 --- a/src/sat/glucose2/Glucose2.cpp +++ b/src/sat/glucose2/Glucose2.cpp @@ -175,6 +175,7 @@ Solver::Solver() : } #ifdef CGLUCOSE_EXP + jftr = 0; travId = 0; travId_prev = 0; |