Storm
1.11.1.1
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
MinMaxTechniqueSelectionTest.cpp
Go to the documentation of this file.
1
#include "storm-config.h"
2
#include "
test/storm_gtest.h
"
3
4
#include "
storm/solver/MinMaxLinearEquationSolver.h
"
5
6
TEST
(MinMaxMethod, Simple) {
7
storm::solver::MinMaxMethodSelection ts = storm::solver::MinMaxMethodSelection::PolicyIteration;
8
storm::solver::MinMaxMethod t = storm::solver::MinMaxMethod::PolicyIteration;
9
ASSERT_EQ(convert(ts), t);
10
}
MinMaxLinearEquationSolver.h
TEST
TEST(MinMaxMethod, Simple)
Definition
MinMaxTechniqueSelectionTest.cpp:6
storm_gtest.h
src
test
storm
solver
MinMaxTechniqueSelectionTest.cpp
Generated by
1.9.8