Invoking a solver

Describes the method that invokes a solver in the C++ API.

After the model is extracted to the cplex object, you are ready to solve it by calling

solve();

For most problems this is all that is needed for solving the model. Nonetheless, CPLEX offers a variety of controls that allow you to tailor the solution process for your specific needs.