Returns the CPLEX status of the current node.

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

Syntax

C#
protected virtual Cplex..::..CplexStatus GetCplexStatus()
Visual Basic
Protected Overridable Function GetCplexStatus As Cplex..::..CplexStatus

Remarks

This method returns the Cplex.CplexStatus of the solution found by the instance of Cplex at the current node during the most recent call to the method Cplex.HeuristicCallback.Solve (which may have been called directly in the callback or by Cplex when it was processing the node just before the callback was called).

See Also