Storm
A Modern Probabilistic Model Checker
|
A class providing the functionality to parse a the state rewards of a model. More...
#include <SparseStateRewardParser.h>
Static Public Member Functions | |
static std::vector< ValueType > | parseSparseStateReward (uint_fast64_t stateCount, std::string const &filename) |
Reads a state reward file and puts the result in a state reward vector. | |
A class providing the functionality to parse a the state rewards of a model.
Definition at line 15 of file SparseStateRewardParser.h.
|
static |
Reads a state reward file and puts the result in a state reward vector.
stateCount | The number of states. |
filename | The path and name of the state reward file. |
Definition at line 18 of file SparseStateRewardParser.cpp.