event_bestsol.h File Reference
Detailed Description
eventhdlr for best solution found
Definition in file event_bestsol.h.
#include "scip/scip.h"
Go to the source code of this file.
Functions | |
SCIP_RETCODE | SCIPincludeEventHdlrBestsol (SCIP *scip) |
Function Documentation
◆ SCIPincludeEventHdlrBestsol()
SCIP_RETCODE SCIPincludeEventHdlrBestsol | ( | SCIP * | scip | ) |
includes event handler for best solution found
- Parameters
-
scip SCIP data structure
Definition at line 109 of file event_bestsol.c.
References EVENTHDLR_DESC, EVENTHDLR_NAME, NULL, SCIP_CALL, SCIP_OKAY, SCIPincludeEventhdlrBasic(), SCIPsetEventhdlrCopy(), SCIPsetEventhdlrExit(), and SCIPsetEventhdlrInit().
Referenced by runShell(), and SCIP_DECL_EVENTCOPY().