Storm
A Modern Probabilistic Model Checker
|
Public Member Functions | |
CompositionVariables (std::shared_ptr< storm::dd::DdManager< Type > > const &manager) | |
Definition at line 239 of file DdJaniModelBuilder.cpp.
|
inline |
Definition at line 240 of file DdJaniModelBuilder.cpp.
std::map<uint64_t, storm::expressions::Variable> storm::builder::CompositionVariables< Type, ValueType >::actionVariablesMap |
Definition at line 266 of file DdJaniModelBuilder.cpp.
std::set<storm::expressions::Variable> storm::builder::CompositionVariables< Type, ValueType >::allGlobalVariables |
Definition at line 285 of file DdJaniModelBuilder.cpp.
std::set<storm::expressions::Variable> storm::builder::CompositionVariables< Type, ValueType >::allNondeterminismVariables |
Definition at line 276 of file DdJaniModelBuilder.cpp.
std::map<std::string, storm::dd::Add<Type, ValueType> > storm::builder::CompositionVariables< Type, ValueType >::automatonToIdentityMap |
Definition at line 288 of file DdJaniModelBuilder.cpp.
std::map<std::string, std::pair<storm::expressions::Variable, storm::expressions::Variable> > storm::builder::CompositionVariables< Type, ValueType >::automatonToLocationDdVariableMap |
Definition at line 263 of file DdJaniModelBuilder.cpp.
std::map<std::string, storm::dd::Add<Type, ValueType> > storm::builder::CompositionVariables< Type, ValueType >::automatonToRangeMap |
Definition at line 291 of file DdJaniModelBuilder.cpp.
std::set<storm::expressions::Variable> storm::builder::CompositionVariables< Type, ValueType >::columnMetaVariables |
Definition at line 256 of file DdJaniModelBuilder.cpp.
storm::dd::Add<Type, ValueType> storm::builder::CompositionVariables< Type, ValueType >::globalVariableRanges |
Definition at line 294 of file DdJaniModelBuilder.cpp.
std::vector<storm::expressions::Variable> storm::builder::CompositionVariables< Type, ValueType >::localNondeterminismVariables |
Definition at line 269 of file DdJaniModelBuilder.cpp.
std::shared_ptr<storm::dd::DdManager<Type> > storm::builder::CompositionVariables< Type, ValueType >::manager |
Definition at line 248 of file DdJaniModelBuilder.cpp.
std::set<storm::RationalFunctionVariable> storm::builder::CompositionVariables< Type, ValueType >::parameters |
Definition at line 297 of file DdJaniModelBuilder.cpp.
storm::dd::Bdd<Type> storm::builder::CompositionVariables< Type, ValueType >::probabilisticMarker |
Definition at line 273 of file DdJaniModelBuilder.cpp.
storm::expressions::Variable storm::builder::CompositionVariables< Type, ValueType >::probabilisticNondeterminismVariable |
Definition at line 272 of file DdJaniModelBuilder.cpp.
std::vector<std::pair<storm::expressions::Variable, storm::expressions::Variable> > storm::builder::CompositionVariables< Type, ValueType >::rowColumnMetaVariablePairs |
Definition at line 260 of file DdJaniModelBuilder.cpp.
std::shared_ptr<storm::adapters::AddExpressionAdapter<Type, ValueType> > storm::builder::CompositionVariables< Type, ValueType >::rowExpressionAdapter |
Definition at line 253 of file DdJaniModelBuilder.cpp.
std::set<storm::expressions::Variable> storm::builder::CompositionVariables< Type, ValueType >::rowMetaVariables |
Definition at line 251 of file DdJaniModelBuilder.cpp.
std::shared_ptr<std::map<storm::expressions::Variable, storm::expressions::Variable> > storm::builder::CompositionVariables< Type, ValueType >::variableToColumnMetaVariableMap |
Definition at line 257 of file DdJaniModelBuilder.cpp.
std::map<storm::expressions::Variable, storm::dd::Add<Type, ValueType> > storm::builder::CompositionVariables< Type, ValueType >::variableToIdentityMap |
Definition at line 279 of file DdJaniModelBuilder.cpp.
std::map<storm::expressions::Variable, storm::dd::Bdd<Type> > storm::builder::CompositionVariables< Type, ValueType >::variableToRangeMap |
Definition at line 282 of file DdJaniModelBuilder.cpp.
std::shared_ptr<std::map<storm::expressions::Variable, storm::expressions::Variable> > storm::builder::CompositionVariables< Type, ValueType >::variableToRowMetaVariableMap |
Definition at line 252 of file DdJaniModelBuilder.cpp.