Browse Source
Checking requirements of a linear equation solver now depends on whether we want to do multiplication or equation solving. This was necessary to get the correct requirements of a MinMaxSolver that only uses the underlying linear equation solver for multiplication.
tempestpy_adaptions
Checking requirements of a linear equation solver now depends on whether we want to do multiplication or equation solving. This was necessary to get the correct requirements of a MinMaxSolver that only uses the underlying linear equation solver for multiplication.
tempestpy_adaptions
TimQu
7 years ago
15 changed files with 46 additions and 36 deletions
-
6src/storm/modelchecker/csl/helper/SparseMarkovAutomatonCslHelper.cpp
-
2src/storm/modelchecker/multiobjective/pcaa/SparseMaPcaaWeightVectorChecker.cpp
-
2src/storm/modelchecker/multiobjective/pcaa/SparsePcaaWeightVectorChecker.cpp
-
4src/storm/modelchecker/prctl/helper/HybridMdpPrctlHelper.cpp
-
7src/storm/modelchecker/prctl/helper/SparseMdpPrctlHelper.cpp
-
15src/storm/solver/IterativeMinMaxLinearEquationSolver.cpp
-
2src/storm/solver/IterativeMinMaxLinearEquationSolver.h
-
8src/storm/solver/LinearEquationSolver.cpp
-
4src/storm/solver/LinearEquationSolver.h
-
4src/storm/solver/LpMinMaxLinearEquationSolver.cpp
-
2src/storm/solver/LpMinMaxLinearEquationSolver.h
-
6src/storm/solver/MinMaxLinearEquationSolver.cpp
-
4src/storm/solver/MinMaxLinearEquationSolver.h
-
14src/storm/solver/NativeLinearEquationSolver.cpp
-
2src/storm/solver/NativeLinearEquationSolver.h
Write
Preview
Loading…
Cancel
Save
Reference in new issue