Dip
0.92.4
|
Define data for one link. More...
#include <CbcLinked.hpp>
Public Member Functions | |
OsiOneLink () | |
OsiOneLink (const OsiSolverInterface *solver, int xRow, int xColumn, int xyRow, const char *functionString) | |
Useful constructor -. More... | |
OsiOneLink (const OsiOneLink &) | |
OsiOneLink & | operator= (const OsiOneLink &rhs) |
virtual | ~OsiOneLink () |
Public Attributes | |
int | xRow_ |
data More... | |
int | xColumn_ |
Column which defines x. More... | |
int | xyRow |
Output row. More... | |
std::string | function_ |
Function. More... | |
Define data for one link.
Definition at line 572 of file CbcLinked.hpp.
OsiOneLink::OsiOneLink | ( | ) |
OsiOneLink::OsiOneLink | ( | const OsiSolverInterface * | solver, |
int | xRow, | ||
int | xColumn, | ||
int | xyRow, | ||
const char * | functionString | ||
) |
Useful constructor -.
OsiOneLink::OsiOneLink | ( | const OsiOneLink & | ) |
|
virtual |
OsiOneLink& OsiOneLink::operator= | ( | const OsiOneLink & | rhs | ) |
int OsiOneLink::xRow_ |
int OsiOneLink::xColumn_ |
Column which defines x.
Definition at line 598 of file CbcLinked.hpp.
int OsiOneLink::xyRow |
Output row.
Definition at line 600 of file CbcLinked.hpp.
std::string OsiOneLink::function_ |
Function.
Definition at line 602 of file CbcLinked.hpp.