File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -158,11 +158,6 @@ else
158158 $(error Invalid setting for BUILD_ENV: $(BUILD_ENV_))
159159endif
160160
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-
166161ifneq ($(IPASIR),)
167162 CP_CXXFLAGS += -DHAVE_IPASIR
168163endif
Original file line number Diff line number Diff line change 3030# when linking against an IPASIR solver.
3131LIBSOLVER =
3232
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+
3338ifneq ($(PICOSAT ), )
3439 CP_CXXFLAGS += -DSATCHECK_PICOSAT
3540endif
Original file line number Diff line number Diff line change 11include ../config.inc
2- include ../common
32
43ifneq ($(CHAFF ) ,)
54 CHAFF_SRC =sat/satcheck_zchaff.cpp sat/satcheck_zcore.cpp
@@ -195,6 +194,8 @@ SRC = $(BOOLEFORCE_SRC) \
195194 smt2/smt2irep.cpp \
196195 # Empty last line
197196
197+ include ../common
198+
198199INCLUDES += -I .. \
199200 $(CHAFF_INCLUDE ) $(BOOLEFORCE_INCLUDE ) $(MINISAT_INCLUDE ) $(MINISAT2_INCLUDE ) \
200201 $(IPASIR_INCLUDE ) \
You can’t perform that action at this time.
0 commit comments