|
| | OsiLink () |
| |
| | OsiLink (const OsiSolverInterface *solver, int yRow, int yColumn, double meshSize) |
| | Useful constructor -. More...
|
| |
| | OsiLink (const OsiLink &) |
| |
| virtual OsiObject * | clone () const |
| | Clone. More...
|
| |
| OsiLink & | operator= (const OsiLink &rhs) |
| |
| virtual | ~OsiLink () |
| |
| virtual double | infeasibility (const OsiBranchingInformation *info, int &whichWay) const |
| | Infeasibility - large is 0.5. More...
|
| |
| virtual double | feasibleRegion (OsiSolverInterface *solver, const OsiBranchingInformation *info) const |
| | Set bounds to fix the variable at the current (integer) value. More...
|
| |
| virtual OsiBranchingObject * | createBranch (OsiSolverInterface *solver, const OsiBranchingInformation *info, int way) const |
| | Creates a branching object. More...
|
| |
| virtual void | resetSequenceEtc (int numberColumns, const int *originalColumns) |
| | Redoes data when sequence numbers change. More...
|
| |
| int | numberLinks () const |
| | Number of links for each member. More...
|
| |
| virtual bool | canDoHeuristics () const |
| | Return true if object can take part in normal heuristics. More...
|
| |
| virtual bool | boundBranch () const |
| | Return true if branch should only bound variables. More...
|
| |
Define Special Linked Ordered Sets.
New style
members and weights may be stored in SOS object
This is for y and x*f(y) and z*g(y) etc
Definition at line 600 of file CbcLinked.hpp.