Browse Source

Commented out the SMTMinimalCommandSetGeneraator, again.

Former-commit-id: 4e0427caaf
tempestpy_adaptions
masawei 10 years ago
parent
commit
5a0059d110
  1. 5
      src/storm.cpp

5
src/storm.cpp

@ -600,11 +600,8 @@ int main(const int argc, const char* argv[]) {
if (useMILP) {
storm::counterexamples::MILPMinimalLabelSetGenerator<double>::computeCounterexample(program, *mdp, formulaPtr->getChild());
} else {
storm::counterexamples::SMTMinimalCommandSetGenerator<double>::computeCounterexample(program, constants, *mdp, formulaPtr->getChild());
// storm::counterexamples::SMTMinimalCommandSetGenerator<double>::computeCounterexample(program, constants, *mdp, formulaPtr->getChild());
}
// Once we are done with the formula, delete it.
delete formulaPtr;
}
// MinCMD Time Measurement, End

Loading…
Cancel
Save