|
Storm 1.11.1.1
A Modern Probabilistic Model Checker
|
#include <OverlappingGuardAnalyser.h>
Public Member Functions | |
| OverlappingGuardAnalyser (Program const &program, std::shared_ptr< storm::utility::solver::SmtSolverFactory > &smtSolverFactory) | |
| bool | hasModuleWithInnerActionOverlap () |
| returns true iff there are two commands that | |
Definition at line 20 of file OverlappingGuardAnalyser.h.
| storm::prism::OverlappingGuardAnalyser::OverlappingGuardAnalyser | ( | Program const & | program, |
| std::shared_ptr< storm::utility::solver::SmtSolverFactory > & | smtSolverFactory | ||
| ) |
Definition at line 7 of file OverlappingGuardAnalyser.cpp.
| bool storm::prism::OverlappingGuardAnalyser::hasModuleWithInnerActionOverlap | ( | ) |
returns true iff there are two commands that
Definition at line 12 of file OverlappingGuardAnalyser.cpp.