File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -158,11 +158,6 @@ else
158
158
$(error Invalid setting for BUILD_ENV: $(BUILD_ENV_))
159
159
endif
160
160
161
- # select default solver to be minisat2 if no other is specified
162
- ifeq ($(BOOLEFORCE)$(CHAFF)$(GLUCOSE)$(IPASIR)$(LINGELING)$(MINISAT)$(MINISAT2)$(PICOSAT)$(CADICAL),)
163
- MINISAT2 = ../../minisat-2.2.1
164
- endif
165
-
166
161
ifneq ($(IPASIR),)
167
162
CP_CXXFLAGS += -DHAVE_IPASIR
168
163
endif
Original file line number Diff line number Diff line change 1
1
include ../config.inc
2
- include ../common
2
+
3
+ # select default solver to be minisat2 if no other is specified
4
+ ifeq ($(BOOLEFORCE )$(CHAFF )$(GLUCOSE )$(IPASIR )$(LINGELING )$(MINISAT )$(MINISAT2 )$(PICOSAT )$(CADICAL ) ,)
5
+ MINISAT2 = ../../minisat-2.2.1
6
+ endif
3
7
4
8
ifneq ($(CHAFF ) ,)
5
9
CHAFF_SRC =sat/satcheck_zchaff.cpp sat/satcheck_zcore.cpp
@@ -195,6 +199,8 @@ SRC = $(BOOLEFORCE_SRC) \
195
199
smt2/smt2irep.cpp \
196
200
# Empty last line
197
201
202
+ include ../common
203
+
198
204
INCLUDES += -I .. \
199
205
$(CHAFF_INCLUDE ) $(BOOLEFORCE_INCLUDE ) $(MINISAT_INCLUDE ) $(MINISAT2_INCLUDE ) \
200
206
$(IPASIR_INCLUDE ) \
You can’t perform that action at this time.
0 commit comments