|
@ -4,6 +4,8 @@ |
|
|
#include "src/solver/SmtSolver.h" |
|
|
#include "src/solver/SmtSolver.h" |
|
|
|
|
|
|
|
|
#ifdef STORM_HAVE_SMTRAT |
|
|
#ifdef STORM_HAVE_SMTRAT |
|
|
|
|
|
#ifdef SMTRATDOESNTWORK // Does not compile with current version of smtrat. |
|
|
|
|
|
|
|
|
#include "lib/smtrat.h" |
|
|
#include "lib/smtrat.h" |
|
|
#include "../adapters/carlAdapter.h" |
|
|
#include "../adapters/carlAdapter.h" |
|
|
|
|
|
|
|
@ -45,5 +47,6 @@ namespace storm { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
#endif // STORM_SOLVER_SMTRATSMTSOLVER |
|
|
#endif // STORM_SOLVER_SMTRATSMTSOLVER |