Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
ParallelCompositionBuilder.h
Go to the documentation of this file.
1#ifndef PARALLELCOMPOSITIONBUILDER_H
2#define PARALLELCOMPOSITIONBUILDER_H
3
5
6namespace storm {
7namespace builder {
8
12template<typename ValueType>
14 public:
15 static std::shared_ptr<storm::models::sparse::Ctmc<ValueType>> compose(std::shared_ptr<storm::models::sparse::Ctmc<ValueType>> const& ctmcA,
16 std::shared_ptr<storm::models::sparse::Ctmc<ValueType>> const& ctmcB, bool labelAnd);
17};
18
19} // namespace builder
20} // namespace storm
21
22#endif /* PARALLELCOMPOSITIONBUILDER_*/
Build a parallel composition of Markov chains.
static std::shared_ptr< storm::models::sparse::Ctmc< ValueType > > compose(std::shared_ptr< storm::models::sparse::Ctmc< ValueType > > const &ctmcA, std::shared_ptr< storm::models::sparse::Ctmc< ValueType > > const &ctmcB, bool labelAnd)
This class represents a continuous-time Markov chain.
Definition Ctmc.h:15
LabParser.cpp.
Definition cli.cpp:18