|
Cbc
2.10.3
|
Branching object for BiLinear objects. More...
#include <CbcLinked.hpp>
Inheritance diagram for OsiBiLinearBranchingObject:Protected Attributes | |
| short | chosen_ |
| data 1 means branch on x, 2 branch on y More... | |
Protected Attributes inherited from OsiTwoWayBranchingObject | |
| int | firstBranch_ |
Protected Attributes inherited from OsiBranchingObject | |
| double | value_ |
| const OsiObject * | originalObject_ |
| int | numberBranches_ |
| short | branchIndex_ |
Branching object for BiLinear objects.
Definition at line 1031 of file CbcLinked.hpp.
| OsiBiLinearBranchingObject::OsiBiLinearBranchingObject | ( | ) |
| OsiBiLinearBranchingObject::OsiBiLinearBranchingObject | ( | OsiSolverInterface * | solver, |
| const OsiBiLinear * | originalObject, | ||
| int | way, | ||
| double | separator, | ||
| int | chosen | ||
| ) |
| OsiBiLinearBranchingObject::OsiBiLinearBranchingObject | ( | const OsiBiLinearBranchingObject & | ) |
|
virtual |
| OsiBiLinearBranchingObject& OsiBiLinearBranchingObject::operator= | ( | const OsiBiLinearBranchingObject & | rhs | ) |
|
virtual |
Clone.
Implements OsiBranchingObject.
|
virtual |
Does next branch and updates state.
Implements OsiTwoWayBranchingObject.
|
virtual |
Print something about branch - only if log level high.
|
virtual |
Return true if branch should only bound variables.
Reimplemented from OsiBranchingObject.
| virtual double OsiBranchingObject::branch |
| virtual double OsiBranchingObject::branch |
| virtual void OsiBranchingObject::print |
|
protected |
data 1 means branch on x, 2 branch on y
Definition at line 1069 of file CbcLinked.hpp.
1.8.14