NO FRAMES

Group optim.cplex.callable.callbacks

The ILOG CPLEX Callable Library routines for managing callbacks.
Function Summary
CPXgetcallbackinfo
CPXgetconflictcallbackfunc
CPXgetlpcallbackfunc
CPXgetmipcallbackfunc
CPXgetnetcallbackfunc
CPXsetconflictcallbackfunc
CPXsetdeletenodecallbackfunc
CPXsetlpcallbackfunc
CPXsetmipcallbackfunc
CPXsetnetcallbackfunc

These callback routines, also known as interrupt routines, make it possible for you to define your own functions and for your application to call those functions to interrupt and resume optimization. You can also use callbacks to access progress information while the optimization is in process.