Solves the active model.

Namespace: ILOG.OPL
Assembly: oplall (in oplall.dll)

Syntax

C#
public virtual bool Solve()

Return Value

A Boolean value indicating 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