This section introduces the topic of callback routines, which allow you to closely monitor and guide the behavior of CPLEX optimizers. It includes information on:
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 CPLEX, you must first write the callback function, and then pass it to CPLEX.