Scippy

SCIP

Solving Constraint Integer Programs

sepa_edge.h File Reference

Detailed Description

edge-separator. Separates triangle-inequalities in cycle clustering problem

Author
Leon Eifler

Definition in file sepa_edge.h.

#include "scip/scip.h"

Go to the source code of this file.

Functions

SCIP_RETCODE SCIPincludeSepaEdge (SCIP *scip)
 

Function Documentation

◆ SCIPincludeSepaEdge()

SCIP_RETCODE SCIPincludeSepaEdge ( SCIP scip)

creates the Edge separator and includes it in SCIP

Parameters
scipSCIP data structure

Definition at line 361 of file sepa_edge.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 SCIPincludeCycPlugins().