Solves the active model.

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

Syntax

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

Return Value

A Boolean value reporting whether a feasible solution has been found. This solution is not necessarily optimal. If false is returned, a feasible solution may still be present, but Cplex has not been able to prove its feasibility.

See Also