Solves the fixed active model.

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

Syntax

C#
public virtual bool SolveFixed()

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 IloCplex has not been able to prove its feasibility.

See Also