Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
StateEliminator.h
Go to the documentation of this file.
1#ifndef STORM_SOLVER_STATEELIMINATION_STATEELIMINATOR_H_
2#define STORM_SOLVER_STATEELIMINATION_STATEELIMINATOR_H_
3
5
6namespace storm {
7namespace solver {
8namespace stateelimination {
9
10template<typename ValueType>
11class StateEliminator : public EliminatorBase<ValueType, ScalingMode::DivideOneMinus> {
12 public:
14
15 void eliminateState(storm::storage::sparse::state_type state, bool removeForwardTransitions);
16};
17
18} // namespace stateelimination
19} // namespace solver
20} // namespace storm
21
22#endif // STORM_SOLVER_STATEELIMINATION_STATEELIMINATOR_H_
void eliminateState(storm::storage::sparse::state_type state, bool removeForwardTransitions)
The flexible sparse matrix is used during state elimination.
LabParser.cpp.
Definition cli.cpp:18