Browse Source

Changed notation to query option slightly.

Former-commit-id: 993a053306
tempestpy_adaptions
dehnert 11 years ago
parent
commit
0f4e51e646
  1. 2
      src/counterexamples/MinimalLabelSetGenerator.h

2
src/counterexamples/MinimalLabelSetGenerator.h

@ -165,7 +165,7 @@ namespace storm {
* @param env The Gurobi environment to modify.
*/
static void setGurobiEnvironmentProperties(GRBenv* env) {
int error = error = GRBsetintparam(env, "OutputFlag", storm::settings::Settings::getInstance()->getOptionByLongName("debug").getHasOptionBeenSet() ? 1 : 0);
int error = error = GRBsetintparam(env, "OutputFlag", storm::settings::Settings::getInstance()->isSet("debug") ? 1 : 0);
}
/*!

Loading…
Cancel
Save