class implements a branching rule for modifying the lower and the upper bound of a variable.
#include <boundbranchrule.h>
Inheritance diagram for ABA_BOUNDBRANCHRULE::
|
Modifies a subproblem by changing the lower and the upper bound of the branching variable.
Is overloaded to modify directly the linear programming relaxation.
The output operator writes the branching variable together with its lower and upper bound to an output stream.
class implements a branching rule for modifying the lower and the upper bound of a variable.
Definition at line 40 of file boundbranchrule.h.
The constructor.
The destructor.
Modifies a subproblem by changing the lower and the upper bound of the branching variable.
0 If the subproblem is successfully modified.
1 If the modification causes a contradiction.
Implements ABA_BRANCHRULE.
Is overloaded to modify directly the linear programming relaxation.
This required to evaluate the quality of a branching rule.
Reimplemented from ABA_BRANCHRULE.
Should undo the modifictions of the linear programming relaxtion |lp|.
This function has to be redefined in a derived class, if also extract(ABA_LPSUB*) is redefined there.
Reimplemented from ABA_BRANCHRULE.
The number of the branching variable.
Definition at line 134 of file boundbranchrule.h.
The lower bound of the branching variable.
Definition at line 139 of file boundbranchrule.h.
The upper bound of the branching variable.
Definition at line 144 of file boundbranchrule.h.
The output operator writes the branching variable together with its lower and upper bound to an output stream.
A reference to the output stream.
Definition at line 126 of file boundbranchrule.h.
Definition at line 127 of file boundbranchrule.h.
Definition at line 128 of file boundbranchrule.h.
Definition at line 129 of file boundbranchrule.h.
Definition at line 130 of file boundbranchrule.h.
The documentation for this class was generated from the following file: