Scippy

GCG

Branch-and-Price & Column Generation for Everyone

GCG_Branchrule Struct Reference

Detailed Description

branching rule

Definition at line 46 of file struct_branchgcg.h.

#include <struct_branchgcg.h>

Public Member Functions

 GCG_DECL_BRANCHACTIVEMASTER ((*branchactivemaster))
 
 GCG_DECL_BRANCHDEACTIVEMASTER ((*branchdeactivemaster))
 
 GCG_DECL_BRANCHPROPMASTER ((*branchpropmaster))
 
 GCG_DECL_BRANCHMASTERSOLVED ((*branchmastersolved))
 
 GCG_DECL_BRANCHDATADELETE ((*branchdatadelete))
 

Data Fields

SCIP_BRANCHRULE * branchrule
 

Member Function Documentation

◆ GCG_DECL_BRANCHACTIVEMASTER()

GCG_Branchrule::GCG_DECL_BRANCHACTIVEMASTER ( branchactivemaster)

node activation method of branching rule

◆ GCG_DECL_BRANCHDEACTIVEMASTER()

GCG_Branchrule::GCG_DECL_BRANCHDEACTIVEMASTER ( branchdeactivemaster)

node deactivation method of branching rule

◆ GCG_DECL_BRANCHPROPMASTER()

GCG_Branchrule::GCG_DECL_BRANCHPROPMASTER ( branchpropmaster)

propagation method of branching rule

◆ GCG_DECL_BRANCHMASTERSOLVED()

GCG_Branchrule::GCG_DECL_BRANCHMASTERSOLVED ( branchmastersolved)

lp solved method of branching rule

◆ GCG_DECL_BRANCHDATADELETE()

GCG_Branchrule::GCG_DECL_BRANCHDATADELETE ( branchdatadelete)

deinitialization method of branching rule

Field Documentation

◆ branchrule

SCIP_BRANCHRULE* GCG_Branchrule::branchrule

pointer to the SCIP branching rule

Definition at line 48 of file struct_branchgcg.h.