Instructs Cplex to use a solution.

Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0

Syntax

C#
protected virtual void UseSolution()
Visual Basic
Protected Overridable Sub UseSolution

Remarks

This method instructs Cplex to use the solution generated with this callback instead of solving the node itself.

If useSolution is not called, Cplex uses the algorithm selected with the parameter Cplex.IntParam.RootAlg or Cplex.IntParam.NodeAlg to solve the node.

See Also