Solves the fixed active model.

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

Syntax

C#
public virtual bool SolveFixed(
	int soln
)

Parameters

soln
Type: System..::..Int32
Index of the solution in solution pool. -1 to get the current solution.

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