Scippy

GCG

Branch-and-Price & Column Generation for Everyone

cons_integralorig.h File Reference

Detailed Description

constraint handler for the integrality constraint

Author
Gerald Gamrath

Definition in file cons_integralorig.h.

#include "scip/scip.h"

Go to the source code of this file.

Functions

SCIP_RETCODE SCIPincludeConshdlrIntegralOrig (SCIP *scip)
 
SCIP_RETCODE GCGconsIntegralorigAddBranchrule (SCIP *scip, SCIP_BRANCHRULE *branchrule)
 

Function Documentation

◆ SCIPincludeConshdlrIntegralOrig()

SCIP_RETCODE SCIPincludeConshdlrIntegralOrig ( SCIP *  scip)

creates the handler for the integrality constraint and includes it in SCIP

creates the handler for integrality constraint and includes it in SCIP

Definition at line 372 of file cons_integralorig.c.

References CONSHDLR_CHECKPRIORITY, CONSHDLR_DESC, CONSHDLR_EAGERFREQ, CONSHDLR_ENFOPRIORITY, CONSHDLR_NAME, and CONSHDLR_NEEDSCONS.

Referenced by GCGincludeMasterPlugins().

◆ GCGconsIntegralorigAddBranchrule()

SCIP_RETCODE GCGconsIntegralorigAddBranchrule ( SCIP *  scip,
SCIP_BRANCHRULE *  branchrule 
)

insert branchrule in constraint handler data

Definition at line 67 of file cons_integralorig.c.

References CONSHDLR_NAME.

Referenced by SCIPincludeBranchruleBPStrong(), SCIPincludeBranchruleGeneric(), SCIPincludeBranchruleOrig(), and SCIPincludeBranchruleRelpsprob().