Returns true if a primal feasible solution is available.

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

Syntax

C#
public virtual bool IsPrimalFeasible()
Visual Basic
Public Overridable Function IsPrimalFeasible As Boolean

Remarks

If false is returned, the solution may still be primal feasible, but the algorithm did not determine the feasibility before it terminated.

See Also