Cbc
2.10.10
|
Define Special Linked Ordered Sets. More...
#include <CbcLinked.hpp>
Public Member Functions | |
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... | |
Protected Attributes | |
double | meshSize_ |
data Current increment for y points More... | |
OsiOneLink * | data_ |
Links. More... | |
int | numberLinks_ |
Number of links. More... | |
int | yRow_ |
Row which defines y. More... | |
int | yColumn_ |
Column which defines y. 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 612 of file CbcLinked.hpp.
OsiLink::OsiLink | ( | ) |
OsiLink::OsiLink | ( | const OsiSolverInterface * | solver, |
int | yRow, | ||
int | yColumn, | ||
double | meshSize | ||
) |
Useful constructor -.
OsiLink::OsiLink | ( | const OsiLink & | ) |
|
virtual |
|
virtual |
Clone.
|
virtual |
Infeasibility - large is 0.5.
|
virtual |
Set bounds to fix the variable at the current (integer) value.
Given an integer value, set the lower and upper bounds to fix the variable. Returns amount it had to move variable.
|
virtual |
Creates a branching object.
The preferred direction is set by way
, 0 for down, 1 for up.
|
virtual |
Redoes data when sequence numbers change.
|
inline |
Number of links for each member.
Definition at line 658 of file CbcLinked.hpp.
|
inlinevirtual |
Return true if object can take part in normal heuristics.
Definition at line 665 of file CbcLinked.hpp.
|
inlinevirtual |
Return true if branch should only bound variables.
Definition at line 671 of file CbcLinked.hpp.
|
protected |
data Current increment for y points
Definition at line 679 of file CbcLinked.hpp.
|
protected |
Links.
Definition at line 681 of file CbcLinked.hpp.
|
protected |
Number of links.
Definition at line 683 of file CbcLinked.hpp.
|
protected |
Row which defines y.
Definition at line 685 of file CbcLinked.hpp.
|
protected |
Column which defines y.
Definition at line 687 of file CbcLinked.hpp.