pub_event.h File Reference Detailed Descriptionpublic methods for managing events Definition in file pub_event.h. #include "scip/def.h" #include "scip/type_retcode.h" #include "scip/type_event.h" #include "scip/type_var.h" #include "scip/type_sol.h" #include "scip/type_tree.h" Go to the source code of this file. Function Documentation
gets name of event handler
gets user data of event handler
sets user data of event handler; user has to free old data in advance!
is event handler initialized?
gets time in seconds used in this event handler for setting up for next stages
gets time in seconds used in this event handler
gets type of event
gets variable for a variable event (var added, var deleted, var fixed, objective value or domain change, domain hole added or removed)
gets old objective value for an objective value change event
gets new objective value for an objective value change event
gets old bound for a bound change event
gets new bound for a bound change event
gets node for a node or LP event
gets solution for a primal solution event
gets the left bound of open interval in the hole
gets the right bound of open interval in the hole
gets row for a row event
gets column for a row change coefficient event
gets old coefficient value for a row change coefficient event
gets new coefficient value for a row change coefficient event
gets old constant value for a row change constant event
gets new constant value for a row change constant event
gets side for a row change side event
gets old side value for a row change side event
gets new side value for a row change side event
|