1#ifndef STORM_STORAGE_PRISM_INITIALCONSTRUCT_H_
2#define STORM_STORAGE_PRISM_INITIALCONSTRUCT_H_
12namespace expressions {
InitialConstruct & operator=(InitialConstruct &&other)=default
InitialConstruct(InitialConstruct &&other)=default
InitialConstruct substitute(std::map< storm::expressions::Variable, storm::expressions::Expression > const &substitution) const
Substitutes all identifiers in the constant according to the given map.
friend std::ostream & operator<<(std::ostream &stream, InitialConstruct const &initialConstruct)
InitialConstruct()=default
InitialConstruct(InitialConstruct const &other)=default
InitialConstruct & operator=(InitialConstruct const &other)=default
storm::expressions::Expression getInitialStatesExpression() const
Retrieves the expression characterizing the initial states.