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) | |
const std::string & | Id () const |
ValueType | Type () const |
const Expression & | LowerBound () const |
const Expression & | UpperBound () const |
bool | isTimeDependent () const |
bool | IsScenarioDependent () const |
A decision variable of the model.