Symantic representation of a variable. More...
#include <MP_variable.hpp>


Public Member Functions | |
| MP_variable (const MP_set_base &s1=MP_set::getEmpty(), const MP_set_base &s2=MP_set::getEmpty(), const MP_set_base &s3=MP_set::getEmpty(), const MP_set_base &s4=MP_set::getEmpty(), const MP_set_base &s5=MP_set::getEmpty()) | |
| void | display (const std::string &s="") |
| ~MP_variable () | |
| double | level (int i1=0, int i2=0, int i3=0, int i4=0, int i5=0) |
| Returns the value of the variable given the specific index values. More... | |
| const VariableRef & | operator() (const MP_index_exp &d1=MP_index_exp::getEmpty(), const MP_index_exp &d2=MP_index_exp::getEmpty(), const MP_index_exp &d3=MP_index_exp::getEmpty(), const MP_index_exp &d4=MP_index_exp::getEmpty(), const MP_index_exp &d5=MP_index_exp::getEmpty()) |
| Interal use only. More... | |
| void | binary () |
| Call this method to turn the variable into a binary variable. More... | |
| void | integer () |
| Call this method to turn the MP_variable into an integer variable. More... | |
Public Member Functions inherited from flopc::RowMajor | |
| int | size () const |
Public Member Functions inherited from flopc::Named | |
| std::string | getName () const |
| void | setName (const std::string &n) |
Public Attributes | |
| MP_data | upperLimit |
| Upper bound on the variable value. More... | |
| MP_data | lowerLimit |
| Lower bound on the variable value. More... | |
Private Member Functions | |
| void | operator() () const |
Private Attributes | |
| const MP_set_base * | S1 |
| const MP_set_base * | S2 |
| const MP_set_base * | S3 |
| const MP_set_base * | S4 |
| const MP_set_base * | S5 |
| MP_index | i1 |
| MP_index | i2 |
| MP_index | i3 |
| MP_index | i4 |
| MP_index | i5 |
| MP_model * | M |
| variableType | type |
| int | offset |
Friends | |
| class | MP_model |
| class | DisplayVariable |
| class | VariableRef |
Additional Inherited Members | |
Protected Member Functions inherited from flopc::RowMajor | |
| RowMajor (int s1, int s2, int s3, int s4, int s5) | |
| int | f (int i1=0, int i2=0, int i3=0, int i4=0, int i5=0) const |
Protected Member Functions inherited from flopc::Functor | |
| Functor () | |
| virtual | ~Functor () |
Protected Attributes inherited from flopc::RowMajor | |
| int | size1 |
| int | size2 |
| int | size3 |
| int | size4 |
| int | size5 |
| int | size_ |
Symantic representation of a variable.
This is one of the main public interface classes. It should be directly declared by clients of the FlopC++. The parametersof construction are MP_set s which specify the indexes over which the variable is defined.
Definition at line 75 of file MP_variable.hpp.
| flopc::MP_variable::MP_variable | ( | const MP_set_base & | s1 = MP_set::getEmpty(), |
| const MP_set_base & | s2 = MP_set::getEmpty(), |
||
| const MP_set_base & | s3 = MP_set::getEmpty(), |
||
| const MP_set_base & | s4 = MP_set::getEmpty(), |
||
| const MP_set_base & | s5 = MP_set::getEmpty() |
||
| ) |
|
inline |
Definition at line 88 of file MP_variable.hpp.
| void flopc::MP_variable::display | ( | const std::string & | s = "" | ) |
| double flopc::MP_variable::level | ( | int | i1 = 0, |
| int | i2 = 0, |
||
| int | i3 = 0, |
||
| int | i4 = 0, |
||
| int | i5 = 0 |
||
| ) |
Returns the value of the variable given the specific index values.
|
inline |
Interal use only.
Definition at line 95 of file MP_variable.hpp.
|
inline |
Call this method to turn the variable into a binary variable.
Definition at line 108 of file MP_variable.hpp.
|
inline |
Call this method to turn the MP_variable into an integer variable.
Definition at line 114 of file MP_variable.hpp.
|
privatevirtual |
Implements flopc::Functor.
|
friend |
Definition at line 76 of file MP_variable.hpp.
|
friend |
Definition at line 77 of file MP_variable.hpp.
|
friend |
Definition at line 78 of file MP_variable.hpp.
| MP_data flopc::MP_variable::upperLimit |
Upper bound on the variable value.
Definition at line 119 of file MP_variable.hpp.
| MP_data flopc::MP_variable::lowerLimit |
Lower bound on the variable value.
Definition at line 121 of file MP_variable.hpp.
|
private |
Definition at line 124 of file MP_variable.hpp.
|
private |
Definition at line 124 of file MP_variable.hpp.
|
private |
Definition at line 124 of file MP_variable.hpp.
|
private |
Definition at line 124 of file MP_variable.hpp.
|
private |
Definition at line 124 of file MP_variable.hpp.
|
private |
Definition at line 125 of file MP_variable.hpp.
|
private |
Definition at line 125 of file MP_variable.hpp.
|
private |
Definition at line 125 of file MP_variable.hpp.
|
private |
Definition at line 125 of file MP_variable.hpp.
|
private |
Definition at line 125 of file MP_variable.hpp.
|
private |
Definition at line 127 of file MP_variable.hpp.
|
private |
Definition at line 128 of file MP_variable.hpp.
|
private |
Definition at line 129 of file MP_variable.hpp.
1.8.5