Browse Source

The MultiObjectiveSchedRestModelCheckerTest now also works without Gurobi.

tempestpy_adaptions
TimQu 5 years ago
parent
commit
bba5c65afb
  1. 4
      src/test/storm/modelchecker/MultiObjectiveSchedRestModelCheckerTest.cpp

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

@ -1,8 +1,6 @@
#include "gtest/gtest.h" #include "gtest/gtest.h"
#include "storm-config.h" #include "storm-config.h"
#if defined STORM_HAVE_GUROBI
#include "storm/modelchecker/multiobjective/multiObjectiveModelChecking.h" #include "storm/modelchecker/multiobjective/multiObjectiveModelChecking.h"
#include "storm/environment/modelchecker/MultiObjectiveModelCheckerEnvironment.h" #include "storm/environment/modelchecker/MultiObjectiveModelCheckerEnvironment.h"
@ -395,5 +393,3 @@ namespace {
} }
} }
#endif /* STORM_HAVE_GUROBI */
Loading…
Cancel
Save