ILOG CPLEX .NET Reference Manual

Cplex.Solve Method ()

Solves the active model.

public virtual bool Solve();

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

See Also

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