ILOG CPLEX .NET Reference Manual

Cplex.SolveCallback.Solve Method (Int32)

Solves the current node using the algorithm alg.

protected virtual bool Solve(
   int alg
);

Parameters

alg
The Cplex.Algorithm to use to solve the current node.

Return Value

A Boolean value indicating whether a feasible solution has been found.

Remarks

See Cplex.Algorithm for a choice of algorithms to use.

See Also

Cplex.SolveCallback Class | ILOG.CPLEX Namespace | Cplex.SolveCallback.Solve Overload List