Storm
A Modern Probabilistic Model Checker
|
Classes | |
struct | Path |
class | ShortestPathsGenerator |
Typedefs | |
using | state_t = storage::sparse::state_type |
using | OrderedStateList = std::vector< state_t > |
using | BitVector = storage::BitVector |
Enumerations | |
enum class | MatrixFormat { straight , iMinusP } |
Functions | |
template<typename T > | |
std::ostream & | operator<< (std::ostream &out, Path< T > const &p) |
template std::ostream & | operator<< (std::ostream &out, Path< double > const &p) |
using storm::utility::ksp::BitVector = typedef storage::BitVector |
Definition at line 35 of file shortestPaths.h.
using storm::utility::ksp::OrderedStateList = typedef std::vector<state_t> |
Definition at line 34 of file shortestPaths.h.
using storm::utility::ksp::state_t = typedef storage::sparse::state_type |
Definition at line 33 of file shortestPaths.h.
|
strong |
Enumerator | |
---|---|
straight | |
iMinusP |
Definition at line 64 of file shortestPaths.h.
template std::ostream & storm::utility::ksp::operator<< | ( | std::ostream & | out, |
Path< double > const & | p | ||
) |
std::ostream & storm::utility::ksp::operator<< | ( | std::ostream & | out, |
Path< T > const & | p | ||
) |
Definition at line 371 of file shortestPaths.cpp.