|
FlopCpp trunk
|
Specialized subclass of MP_variable where the variable is pre-specified to be binary. More...
#include <MP_variable.hpp>
Inheritance diagram for flopc::MP_binary_variable:
Collaboration diagram for flopc::MP_binary_variable:Additional Inherited Members | |
Public Attributes inherited from flopc::MP_variable | |
| MP_data | upperLimit |
| Upper bound on the variable value. | |
| MP_data | lowerLimit |
| Lower bound on the variable value. | |
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_ |
Specialized subclass of MP_variable where the variable is pre-specified to be binary.
Definition at line 136 of file MP_variable.hpp.
|
inline |
Definition at line 138 of file MP_variable.hpp.