|
|
@ -7,6 +7,7 @@ |
|
|
|
namespace storm { |
|
|
|
namespace solver { |
|
|
|
ExtendEnumsWithSelectionField(MinMaxMethod, PolicyIteration, ValueIteration, LinearProgramming, Topological, RationalSearch, IntervalIteration, SoundValueIteration, TopologicalCuda) |
|
|
|
ExtendEnumsWithSelectionField(MultiplierType, Native, Gmmxx) |
|
|
|
ExtendEnumsWithSelectionField(GameMethod, PolicyIteration, ValueIteration) |
|
|
|
ExtendEnumsWithSelectionField(LraMethod, LinearProgramming, ValueIteration) |
|
|
|
|
|
|
|