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) |
SCIP_RETCODE SCIPincludeEventHdlrBestsol | ( | SCIP * | scip | ) |
includes event handler for best solution found
scip | SCIP data structure |
Definition at line 100 of file event_bestsol.c.
References EVENTHDLR_DESC, EVENTHDLR_NAME, SCIP_CALL, SCIP_OKAY, SCIPincludeEventhdlrBasic(), SCIPsetEventhdlrCopy(), SCIPsetEventhdlrExit(), and SCIPsetEventhdlrInit().
Referenced by runShell(), and SCIP_DECL_EVENTCOPY().