Using Callbacks

This section introduces the topic of callback routines, which allow you to closely monitor and guide the behavior of ILOG CPLEX optimizers. It includes information on:

ILOG CPLEX callbacks allow user code to be executed regularly during an optimization. There are two types of callbacks, diagnostic callbacks and control callbacks, which are discussed separately in the following sections. To use callbacks with ILOG CPLEX, you must first write the callback function, and then pass it to ILOG CPLEX.


Previous Page: Search Limits  Return to Top Next Page: Diagnostic Callbacks