Scippy

SCIP

Solving Constraint Integer Programs

sepa_impliedbounds.h File Reference

Detailed Description

implied bounds separator

Author
Kati Wolter
Tobias Achterberg

Definition in file sepa_impliedbounds.h.

#include "scip/scip.h"

Go to the source code of this file.

Functions

SCIP_RETCODE SCIPincludeSepaImpliedbounds (SCIP *scip)
 

Function Documentation

SCIP_RETCODE SCIPincludeSepaImpliedbounds ( SCIP scip)

creates the impliedbounds separator and includes it in SCIP

Parameters
scipSCIP data structure

Definition at line 425 of file sepa_impliedbounds.c.

References NULL, SCIP_CALL, SCIP_OKAY, SCIPincludeSepaBasic(), SCIPsetSepaCopy(), SEPA_DELAY, SEPA_DESC, SEPA_FREQ, SEPA_MAXBOUNDDIST, SEPA_NAME, SEPA_PRIORITY, and SEPA_USESSUBSCIP.

Referenced by SCIP_DECL_SEPACOPY(), and SCIPincludeDefaultPlugins().