File tree 3 files changed +7
-6
lines changed
3 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 30
30
# when linking against an IPASIR solver.
31
31
LIBSOLVER =
32
32
33
+ # select default solver to be minisat2 if no other is specified
34
+ ifeq ($(BOOLEFORCE )$(CHAFF )$(GLUCOSE )$(IPASIR )$(LINGELING )$(MINISAT )$(MINISAT2 )$(PICOSAT )$(CADICAL ), )
35
+ MINISAT2 = .. /.. /minisat -2.2.1
36
+ endif
37
+
33
38
ifneq ($(PICOSAT ), )
34
39
CP_CXXFLAGS += -DSATCHECK_PICOSAT
35
40
endif
Original file line number Diff line number Diff line change 1
1
include ../config.inc
2
- include ../common
3
2
4
3
ifneq ($(CHAFF ) ,)
5
4
CHAFF_SRC =sat/satcheck_zchaff.cpp sat/satcheck_zcore.cpp
@@ -195,6 +194,8 @@ SRC = $(BOOLEFORCE_SRC) \
195
194
smt2/smt2irep.cpp \
196
195
# Empty last line
197
196
197
+ include ../common
198
+
198
199
INCLUDES += -I .. \
199
200
$(CHAFF_INCLUDE ) $(BOOLEFORCE_INCLUDE ) $(MINISAT_INCLUDE ) $(MINISAT2_INCLUDE ) \
200
201
$(IPASIR_INCLUDE ) \
You can’t perform that action at this time.
0 commit comments