event_newsol.h File Reference
Detailed Description
eventhdlr that adds new solutions to the candidate pool for the exchange heuristic
Definition in file event_newsol.h.
#include "scip/scip.h"
Go to the source code of this file.
Functions | |
SCIP_RETCODE | SCIPincludeEventHdlrNewsol (SCIP *scip) |
Function Documentation
◆ SCIPincludeEventHdlrNewsol()
SCIP_RETCODE SCIPincludeEventHdlrNewsol | ( | SCIP * | scip | ) |
creates event handler for newsol event
includes event handler for best solution found
- Parameters
-
scip SCIP data structure
Definition at line 112 of file event_newsol.c.
References EVENTHDLR_DESC, EVENTHDLR_NAME, NULL, SCIP_CALL, SCIP_OKAY, SCIPincludeEventhdlrBasic(), SCIPsetEventhdlrCopy(), SCIPsetEventhdlrExit(), and SCIPsetEventhdlrInit().
Referenced by SCIP_DECL_EVENTCOPY(), and SCIPincludeCycPlugins().