Storm 1.11.1.1
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
EquationSystemEliminator.cpp
Go to the documentation of this file.
2
3namespace storm {
4namespace solver {
5namespace stateelimination {
6
7template<typename ValueType>
13
17
18} // namespace stateelimination
19} // namespace solver
20} // namespace storm
EquationSystemEliminator(storm::storage::FlexibleSparseMatrix< ValueType > &matrix, storm::storage::FlexibleSparseMatrix< ValueType > &transposedMatrix)
The flexible sparse matrix is used during state elimination.