|
Antares Simulator
Power System Simulator
|
A decision variable of the model. More...
#include <variable.h>
Public Member Functions | |
| Variable (std::string id, Expression lower_bound, Expression upper_bound, ValueType type, TimeDependent timeDependent, ScenarioDependent scenarioDependent, Modeler::Config::Location location=Modeler::Config::Location::SUBPROBLEMS) | |
| const std::string & | Id () const |
| ValueType | Type () const |
| const Expression & | LowerBound () const |
| const Expression & | UpperBound () const |
| bool | isTimeDependent () const |
| bool | IsScenarioDependent () const |
| Modeler::Config::Location | location () const |
A decision variable of the model.