#include <BlisVariable.h>
|
| | BlisVariable () |
| |
| | BlisVariable (double obj, int s, const int *ind, const double *val) |
| |
| | BlisVariable (double lbh, double ubh, double lbs, double ubs) |
| |
| | BlisVariable (double lbh, double ubh, double lbs, double ubs, double obj, int s, const int *ind, const double *val) |
| |
| virtual | ~BlisVariable () |
| |
| virtual AlpsReturnStatus | encode (AlpsEncoded *encoded) |
| | Pack to a encode object.
|
| |
| virtual AlpsKnowledge * | decode (AlpsEncoded &encoded) const |
| | Decode a variable from an encoded object.
|
| |
|
| double | getObjCoef () |
| | Return data
|
| |
| int | getSize () const |
| |
| int * | getIndices () const |
| |
| double * | getValues () |
| |
|
| void | setData (int s, const int *ind, const double *val) |
| | Set data
|
| |
| void | setObjCoef (double coef) |
| |
|
| AlpsReturnStatus | encodeBlis (AlpsEncoded *encoded) |
| | Pack Blis part into an encoded object.
|
| |
| AlpsReturnStatus | decodeBlis (AlpsEncoded &encoded) |
| | Unpack Blis part from a encode object.
|
| |
Definition at line 32 of file BlisVariable.h.
◆ BlisVariable() [1/4]
| BlisVariable::BlisVariable |
( |
| ) |
|
|
inline |
◆ BlisVariable() [2/4]
| BlisVariable::BlisVariable |
( |
double | obj, |
|
|
int | s, |
|
|
const int * | ind, |
|
|
const double * | val ) |
|
inline |
◆ BlisVariable() [3/4]
| BlisVariable::BlisVariable |
( |
double | lbh, |
|
|
double | ubh, |
|
|
double | lbs, |
|
|
double | ubs ) |
|
inline |
◆ BlisVariable() [4/4]
| BlisVariable::BlisVariable |
( |
double | lbh, |
|
|
double | ubh, |
|
|
double | lbs, |
|
|
double | ubs, |
|
|
double | obj, |
|
|
int | s, |
|
|
const int * | ind, |
|
|
const double * | val ) |
|
inline |
◆ ~BlisVariable()
| virtual BlisVariable::~BlisVariable |
( |
| ) |
|
|
inlinevirtual |
◆ getObjCoef()
| double BlisVariable::getObjCoef |
( |
| ) |
|
|
inline |
◆ getSize()
| int BlisVariable::getSize |
( |
| ) |
const |
|
inline |
◆ getIndices()
| int * BlisVariable::getIndices |
( |
| ) |
const |
|
inline |
◆ getValues()
| double * BlisVariable::getValues |
( |
| ) |
|
|
inline |
◆ setData()
| void BlisVariable::setData |
( |
int | s, |
|
|
const int * | ind, |
|
|
const double * | val ) |
|
inline |
◆ setObjCoef()
| void BlisVariable::setObjCoef |
( |
double | coef | ) |
|
|
inline |
◆ encodeBlis()
| AlpsReturnStatus BlisVariable::encodeBlis |
( |
AlpsEncoded * | encoded | ) |
|
|
inlineprotected |
Pack Blis part into an encoded object.
Definition at line 107 of file BlisVariable.h.
◆ decodeBlis()
| AlpsReturnStatus BlisVariable::decodeBlis |
( |
AlpsEncoded & | encoded | ) |
|
|
inlineprotected |
Unpack Blis part from a encode object.
Definition at line 120 of file BlisVariable.h.
◆ encode()
| virtual AlpsReturnStatus BlisVariable::encode |
( |
AlpsEncoded * | encoded | ) |
|
|
inlinevirtual |
◆ decode()
| virtual AlpsKnowledge * BlisVariable::decode |
( |
AlpsEncoded & | encoded | ) |
const |
|
inlinevirtual |
Decode a variable from an encoded object.
Definition at line 146 of file BlisVariable.h.
The documentation for this class was generated from the following file: