Browse Source

MultiObjectiveSchedRestModelCheckerTest: The test should not be executed if the installed z3 version is too old for optimization.

tempestpy_adaptions
Tim Quatmann 5 years ago
parent
commit
a0e68a9d22
  1. 4
      src/test/storm/modelchecker/MultiObjectiveSchedRestModelCheckerTest.cpp

4
src/test/storm/modelchecker/MultiObjectiveSchedRestModelCheckerTest.cpp

@ -16,6 +16,8 @@
#include "storm/environment/Environment.h"
#include "storm/exceptions/InvalidOperationException.h"
#if defined STORM_HAVE_HYPRO || defined STORM_HAVE_Z3_OPTIMIZE
namespace {
storm::Environment getPositionalDeterministicEnvironment() {
@ -393,3 +395,5 @@ namespace {
}
}
#endif /* defined STORM_HAVE_HYPRO || defined STORM_HAVE_Z3_OPTIMIZE */
Loading…
Cancel
Save