Scippy

SCIP

Solving Constraint Integer Programs

event_bestsol.h File Reference

Detailed Description

eventhdlr for best solution found

Author
Gerald Gamrath

Event handler for printing DIMACS solution file.

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

SCIP_RETCODE SCIPincludeEventHdlrBestsol ( SCIP *  scip)

includes event handler for best solution found

Parameters
scipSCIP data structure

Definition at line 166 of file event_bestsol.c.

References EVENTHDLR_DESC, and EVENTHDLR_NAME.

Referenced by runShell(), and SCIP_DECL_EVENTCOPY().