Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
RebuildWithoutUnreachableAction.h
Go to the documentation of this file.
1#pragma once
2
4
5// RebuildWithoutUnreachable constructs a new model that is equivalent to the old model, but does not contain edges with guard "false" and unreachable
6// locations. Removing unsatisfiable edges is necessary because elimination actions only set guards to "false" instead of removing edges.
7
8namespace storm {
9namespace jani {
10namespace elimination_actions {
12 public:
14 std::string getDescription() override;
15 void doAction(JaniLocalEliminator::Session &session) override;
16};
17} // namespace elimination_actions
18} // namespace jani
19} // namespace storm
LabParser.cpp.
Definition cli.cpp:18