Solves the current node relaxation using a chosen algorithm.

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

Syntax

C#
protected internal virtual bool Solve(
	int alg
)

Parameters

alg
Type: System..::..Int32
The algorithm to use to solve the node relaxation.

Return Value

This method returns true if a feasible solution has been found and false otherwise.

See Also