#include <SmiLinearData.hpp>
Public Member Functions | |
const CoinPackedMatrix & | getMatrix () |
const CoinPackedVector & | getColLower () |
const CoinPackedVector & | getColUpper () |
const CoinPackedVector & | getObjective () |
const CoinPackedVector & | getRowLower () |
const CoinPackedVector & | getRowUpper () |
CoinPackedMatrix & | getMutableMatrix () |
CoinPackedVector & | getMutableColLower () |
CoinPackedVector & | getMutableColUpper () |
CoinPackedVector & | getMutableObjective () |
CoinPackedVector & | getMutableRowLower () |
CoinPackedVector & | getMutableRowUpper () |
SmiLinearData () | |
SmiLinearData (SmiLinearData &d) | |
SmiLinearData (CoinPackedMatrix &matrix, CoinPackedVector &dclo, CoinPackedVector &dcup, CoinPackedVector &dobj, CoinPackedVector &drlo, CoinPackedVector &drup) | |
SmiLinearData (OsiSolverInterface &osi) | |
~SmiLinearData () | |
Private Attributes | |
CoinPackedMatrix | matrix_ |
CoinPackedVector | dclo_ |
CoinPackedVector | dcup_ |
CoinPackedVector | dobj_ |
CoinPackedVector | drlo_ |
CoinPackedVector | drup_ |
Definition at line 23 of file SmiLinearData.hpp.
|
inline |
Definition at line 41 of file SmiLinearData.hpp.
|
inline |
Definition at line 49 of file SmiLinearData.hpp.
|
inline |
Definition at line 58 of file SmiLinearData.hpp.
|
inline |
Definition at line 68 of file SmiLinearData.hpp.
|
inline |
Definition at line 77 of file SmiLinearData.hpp.
|
inline |
Definition at line 26 of file SmiLinearData.hpp.
|
inline |
Definition at line 27 of file SmiLinearData.hpp.
|
inline |
Definition at line 28 of file SmiLinearData.hpp.
|
inline |
Definition at line 29 of file SmiLinearData.hpp.
|
inline |
Definition at line 30 of file SmiLinearData.hpp.
|
inline |
Definition at line 31 of file SmiLinearData.hpp.
|
inline |
Definition at line 33 of file SmiLinearData.hpp.
|
inline |
Definition at line 34 of file SmiLinearData.hpp.
|
inline |
Definition at line 35 of file SmiLinearData.hpp.
|
inline |
Definition at line 36 of file SmiLinearData.hpp.
|
inline |
Definition at line 37 of file SmiLinearData.hpp.
|
inline |
Definition at line 38 of file SmiLinearData.hpp.
|
private |
Definition at line 79 of file SmiLinearData.hpp.
|
private |
Definition at line 80 of file SmiLinearData.hpp.
|
private |
Definition at line 81 of file SmiLinearData.hpp.
|
private |
Definition at line 82 of file SmiLinearData.hpp.
|
private |
Definition at line 83 of file SmiLinearData.hpp.
|
private |
Definition at line 84 of file SmiLinearData.hpp.