ILOG CPLEX .NET Reference Manual

Cplex.HeuristicCallback.Solve Method (Int32)

Solves the current node relaxation using a chosen algorithm.

protected virtual bool Solve(
   int alg
);

Parameters

alg
The algorithm to use to solve the node relaxation.

Return Value

This method returns true if a feasible solution has been found and false otherwise.

Remarks

This method can be used to solve the current node, usually after some bounds have been changed, for example, by the method setBounds. The algorithm alg will be used to solve the node.

See Also

Cplex.HeuristicCallback Class | ILOG.CPLEX Namespace | Cplex.HeuristicCallback.Solve Overload List