Scippy

SCIP

Solving Constraint Integer Programs

event_newsol.h File Reference

Detailed Description

eventhdlr that adds new solutions to the candidate pool for the exchange heuristic

Author
Leon Eifler

Definition in file event_newsol.h.

#include "scip/scip.h"

Go to the source code of this file.

Functions

SCIP_EXPORT SCIP_RETCODE SCIPincludeEventHdlrNewsol (SCIP *scip)
 

Function Documentation

◆ SCIPincludeEventHdlrNewsol()

SCIP_EXPORT SCIP_RETCODE SCIPincludeEventHdlrNewsol ( SCIP scip)

creates event handler for newsol event

includes event handler for best solution found

Parameters
scipSCIP data structure

Definition at line 103 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().