NO FRAMES

Group optim.cplex.callable.callbacks

The ILOG CPLEX Callable Library routines for managing callbacks.
Function Summary
CPXbranchcallbackbranchbds
CPXbranchcallbackbranchconstraints
CPXbranchcallbackbranchgeneral
CPXgetbranchcallbackfunc
CPXgetcallbackctype
CPXgetcallbackgloballb
CPXgetcallbackglobalub
CPXgetcallbackincumbent
CPXgetcallbackinfo
CPXgetcallbacklp
CPXgetcallbacknodeintfeas
CPXgetcallbacknodelb
CPXgetcallbacknodelp
CPXgetcallbacknodeobjval
CPXgetcallbacknodestat
CPXgetcallbacknodeub
CPXgetcallbacknodex
CPXgetcallbackorder
CPXgetcallbackpseudocosts
CPXgetcutcallbackfunc
CPXgetdeletenodecallbackfunc
CPXgetheuristiccallbackfunc
CPXgetincumbentcallbackfunc
CPXgetlpcallbackfunc
CPXgetmipcallbackfunc
CPXgetnetcallbackfunc
CPXgetnodecallbackfunc
CPXgetsolvecallbackfunc
CPXsetbranchcallbackfunc
CPXsetbranchnosolncallbackfunc
CPXsetcutcallbackfunc
CPXsetdeletenodecallbackfunc
CPXsetheuristiccallbackfunc
CPXsetincumbentcallbackfunc
CPXsetlpcallbackfunc
CPXsetmipcallbackfunc
CPXsetnetcallbackfunc
CPXsetnodecallbackfunc
CPXsetsolvecallbackfunc

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.