Skip to content

Commit

Permalink
Remove MinMaxMethod "topological_cuda" (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
volkm authored Nov 27, 2023
2 parents 4e8436c + 2c39317 commit d5df2a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/environment.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ void define_environment(py::module& m) {
.value("interval_iteration", storm::solver::MinMaxMethod::IntervalIteration)
.value("sound_value_iteration", storm::solver::MinMaxMethod::SoundValueIteration)
.value("optimistic_value_iteration", storm::solver::MinMaxMethod::OptimisticValueIteration)
.value("topological_cuda", storm::solver::MinMaxMethod::TopologicalCuda)
;

py::class_<storm::Environment>(m, "Environment", "Environment")
Expand Down

0 comments on commit d5df2a5

Please sign in to comment.