ILOG CPLEX .NET Reference Manual

Cplex.HeuristicCallback.Solve Method ()

Solves the current node relaxation using the default algorithm.

protected virtual bool Solve();

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.

See Also

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