satsolver: new function

Uses the value of the SPOT_SATSOLVER environment variable
to decide how to call the SAT solver.

* src/misc/satsolver.cc, src/misc/satsolver.hh: New files.
* src/misc/Makefile.am: Add them.
* src/tgbaalgos/dtbasat.cc, src/tgbaalgos/dtgbasat.cc: Use satsolver().
This commit is contained in:
Alexandre Duret-Lutz 2013-07-19 17:59:28 +02:00
parent 6ce005b2d0
commit 3b10bb3b8c
5 changed files with 122 additions and 26 deletions

View file

@ -51,6 +51,7 @@ misc_HEADERS = \
optionmap.hh \
position.hh \
random.hh \
satsolver.hh \
timer.hh \
tmpfile.hh \
unique_ptr.hh \
@ -69,6 +70,7 @@ libmisc_la_SOURCES = \
minato.cc \
optionmap.cc \
random.cc \
satsolver.cc \
timer.cc \
tmpfile.cc \
version.cc