Rejects the current candidate solution.

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

Syntax

C#
public virtual void RejectCandidate()
Visual Basic
Public Overridable Sub RejectCandidate

Remarks

This method is a convenience wrapper for RejectCandidate(IRange[]). With this you can reject the current candidate solution without adding a constraint that cuts it off.

Throws ILOG.Concert.Exception if an error occurs.

See Also