Solving Constraint Integer Programs
integer objective value separator
Definition in file sepa_intobj.h.
#include "scip/scip.h"
Go to the source code of this file.
creates the integer objective value separator and includes it in SCIP
Definition at line 430 of file sepa_intobj.c.
References EVENTHDLR_DESC, EVENTHDLR_NAME, NULL, SCIP_CALL, SCIP_OKAY, SCIPincludeEventhdlrBasic(), SCIPincludeSepaBasic(), SCIPsetEventhdlrExit(), SCIPsetEventhdlrInit(), SCIPsetSepaCopy(), SCIPsetSepaExit(), SCIPsetSepaExitsol(), SCIPsetSepaFree(), SEPA_DELAY, SEPA_DESC, SEPA_FREQ, SEPA_MAXBOUNDDIST, SEPA_NAME, SEPA_PRIORITY, SEPA_USESSUBSCIP, and sepadataCreate().
Referenced by SCIP_DECL_SEPACOPY(), and SCIPincludeDefaultPlugins().