ILOG CPLEX .NET Reference Manual

Cplex.SolveCallback.Solve Method

Solves the current node using the default algorithm (Cplex.Algorithm.Auto).

Overload List

Solves the current node using the default algorithm (Cplex.Algorithm.Auto).

protected virtual bool Solve();

Solves the current node using the algorithm alg.

protected virtual bool Solve(int);

See Also

Cplex.SolveCallback Class | ILOG.CPLEX Namespace