Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
ParallelComposition.cpp
Go to the documentation of this file.
2
3#include <boost/algorithm/string/join.hpp>
4
5namespace storm {
6namespace prism {
7
8ParallelComposition::ParallelComposition(std::shared_ptr<Composition> const& left, std::shared_ptr<Composition> const& right) : left(left), right(right) {
9 // Intentionally left empty.
10}
11
13 return *left;
14}
15
17 return *right;
18}
19
20} // namespace prism
21} // namespace storm
Composition const & getLeftSubcomposition() const
ParallelComposition(std::shared_ptr< Composition > const &left, std::shared_ptr< Composition > const &right)
Composition const & getRightSubcomposition() const
LabParser.cpp.
Definition cli.cpp:18