Represents the context for evaluating expressions.
Definition: EvaluationContext.h:25
double getSystemParameterValueAsDouble(const std::string &key) const
Retrieves the value of a parameter.
Definition: EvaluationContext.cpp:57
EvaluationContext(const ModelerStudy::SystemModel::Component *component, const Optimisation::LinearProblemApi::ILinearProblemData *data, const Optimisation::LinearProblemApi::IScenario *scenario)
Constructs an evaluation context with the specified parameter and variable values.
Definition: EvaluationContext.cpp:30
Definition: EvaluationContext.h:70