Semantic representation of a variable in a Math Program. More...
#include <MP_expression.hpp>


Public Member Functions | |
| int | getColumn () const |
Private Member Functions | |
| VariableRef (MP_variable *v, const MP_index_exp &i1, const MP_index_exp &i2, const MP_index_exp &i3, const MP_index_exp &i4, const MP_index_exp &i5) | |
| double | level () const |
| void | insertVariables (set< MP_variable * > &v) const |
| double | getValue () const |
| int | getStage () const |
| void | generate (const MP_domain &domain, vector< Constant > multiplicators, MP::GenerateFunctor &f, double m) const |
Private Attributes | |
| MP_variable * | V |
| int | offset |
| const MP_index_exp | I1 |
| const MP_index_exp | I2 |
| const MP_index_exp | I3 |
| const MP_index_exp | I4 |
| const MP_index_exp | I5 |
Friends | |
| class | MP_variable |
Semantic representation of a variable in a Math Program.
Definition at line 138 of file MP_expression.hpp.
| flopc::VariableRef::VariableRef | ( | MP_variable * | v, | |
| const MP_index_exp & | i1, | |||
| const MP_index_exp & | i2, | |||
| const MP_index_exp & | i3, | |||
| const MP_index_exp & | i4, | |||
| const MP_index_exp & | i5 | |||
| ) | [private] |
| int flopc::VariableRef::getColumn | ( | ) | const [virtual] |
Implements flopc::TerminalExpression.
| double flopc::VariableRef::level | ( | ) | const [private, virtual] |
Implements flopc::MP_expression_base.
| void flopc::VariableRef::insertVariables | ( | set< MP_variable * > & | v | ) | const [inline, private, virtual] |
Implements flopc::MP_expression_base.
Definition at line 152 of file MP_expression.hpp.
| double flopc::VariableRef::getValue | ( | ) | const [inline, private, virtual] |
Implements flopc::TerminalExpression.
Definition at line 155 of file MP_expression.hpp.
| int flopc::VariableRef::getStage | ( | ) | const [inline, private, virtual] |
Implements flopc::TerminalExpression.
Definition at line 158 of file MP_expression.hpp.
| void flopc::VariableRef::generate | ( | const MP_domain & | domain, | |
| vector< Constant > | multiplicators, | |||
| MP::GenerateFunctor & | f, | |||
| double | m | |||
| ) | const [private, virtual] |
Implements flopc::MP_expression_base.
friend class MP_variable [friend] |
Definition at line 139 of file MP_expression.hpp.
MP_variable* flopc::VariableRef::V [private] |
Definition at line 165 of file MP_expression.hpp.
int flopc::VariableRef::offset [private] |
Definition at line 166 of file MP_expression.hpp.
const MP_index_exp flopc::VariableRef::I1 [private] |
Definition at line 167 of file MP_expression.hpp.
const MP_index_exp flopc::VariableRef::I2 [private] |
Definition at line 167 of file MP_expression.hpp.
const MP_index_exp flopc::VariableRef::I3 [private] |
Definition at line 167 of file MP_expression.hpp.
const MP_index_exp flopc::VariableRef::I4 [private] |
Definition at line 167 of file MP_expression.hpp.
const MP_index_exp flopc::VariableRef::I5 [private] |
Definition at line 167 of file MP_expression.hpp.
1.6.1