Overload List
| Name | Description | |
|---|---|---|
| MakeBranch(Int32, Object) |
Creates a child node for the current node that is identical
to the branch i that CPLEX is doing.
| |
| MakeBranch(IRange, Double) |
Creates a child node for the current node with the estimated
objective value by adding one range constraint to restrict its
feasible domain.
| |
| MakeBranch(array<IRange>[]()[][], Double) |
Creates a child node for the current node by adding constraints
to restrict its feasible domain.
| |
| MakeBranch(IRange, Double, Object) |
Creates a child node for the current node with the estimated
objective value and user data by adding one range constraint
to restrict its feasible domain.
| |
| MakeBranch(array<IRange>[]()[][], Double, Object) |
Creates a child node for the current node with the estimated
objective value and user data by adding constraints to restrict
its feasible domain.
| |
| MakeBranch(INumVar, Double, Cplex..::..BranchDirection, Double) |
Creates a child node for the current node with the estimated
objective value by setting one more restrictive bound on the
specified variable.
| |
| MakeBranch(array<INumVar>[]()[][], array<Double>[]()[][], array<Cplex..::..BranchDirection>[]()[][], Double) |
Creates a child node for the current node with the specified
estimated objective value by setting more restrictive bounds
on the variables in the array passed as an argument.
| |
| MakeBranch(INumVar, Double, Cplex..::..BranchDirection, Double, Object) |
Creates a child node for the current node with the estimated
objective value and additional user data by setting one more
restrictive bound on the variable passed as an argument.
| |
| MakeBranch(array<INumVar>[]()[][], array<Double>[]()[][], array<Cplex..::..BranchDirection>[]()[][], Double, Object) |
Creates a child node for the current node with the estimated
objective value and additional user data by specifying more
restrictive bounds on the variables in the array passed as an
argument.
|