Overload List

  NameDescription
Protected methodMakeBranch(Int32, Object)
Creates a child node for the current node that is identical to the branch i that CPLEX is doing.
Protected methodMakeBranch(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.
Protected methodMakeBranch(array<IRange>[]()[][], Double)
Creates a child node for the current node by adding constraints to restrict its feasible domain.
Protected methodMakeBranch(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.
Protected methodMakeBranch(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.
Protected methodMakeBranch(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.
Protected methodMakeBranch(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.
Protected methodMakeBranch(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.
Protected methodMakeBranch(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.

See Also