Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
FunctionCallExpressionFinder.h
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4#include <unordered_set>
5
6namespace storm {
7
8namespace expressions {
9class Expression;
10}
11
12namespace jani {
13
14class Model;
15
16bool containsFunctionCallExpression(Model const& model);
17std::unordered_set<std::string> getOccurringFunctionCalls(storm::expressions::Expression const& expr);
18} // namespace jani
19} // namespace storm
std::unordered_set< std::string > getOccurringFunctionCalls(storm::expressions::Expression const &expression)
bool containsFunctionCallExpression(Model const &model)
LabParser.cpp.
Definition cli.cpp:18