Browse Source

counterexamples updated to reflect code change in storm

refactoring
Sebastian Junges 7 years ago
parent
commit
2cedd7fe1e
  1. 2
      src/core/counterexample.cpp

2
src/core/counterexample.cpp

@ -9,7 +9,7 @@ void define_counterexamples(py::module& m) {
py::class_<SMTMinimalLabelSetGenerator<double>>(m, "SMTCounterExampleGenerator", "Highlevel Counterexample Generator with SMT as backend").
def_static("build", &SMTMinimalLabelSetGenerator<double>::computeCounterexampleCommandSet)
def_static("build", &SMTMinimalLabelSetGenerator<double>::computeCounterexampleLabelSet)
;

Loading…
Cancel
Save