Storm 1.13.0.1
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
storm::utility::ksp Namespace Reference

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)

Typedef Documentation

◆ BitVector

◆ OrderedStateList

Definition at line 34 of file shortestPaths.h.

◆ state_t

Enumeration Type Documentation

◆ MatrixFormat

Enumerator
straight 
iMinusP 

Definition at line 64 of file shortestPaths.h.

Function Documentation

◆ operator<<() [1/2]

template std::ostream & storm::utility::ksp::operator<< ( std::ostream & out,
Path< double > const & p )

◆ operator<<() [2/2]

template<typename T>
std::ostream & storm::utility::ksp::operator<< ( std::ostream & out,
Path< T > const & p )

Definition at line 367 of file shortestPaths.cpp.