Scippy

GCG

Branch-and-Price & Column Generation for Everyone

nodesel_master.h File Reference

Detailed Description

Node selector for coordination of master and original formulation.

Author
Gerald Gamrath

Definition in file nodesel_master.h.

#include "scip/scip.h"

Go to the source code of this file.

Functions

SCIP_RETCODE SCIPincludeNodeselMaster (SCIP *scip)
 

Function Documentation

◆ SCIPincludeNodeselMaster()

SCIP_RETCODE SCIPincludeNodeselMaster ( SCIP *  scip)

creates the node selector for depth first search and includes it in SCIP

Definition at line 204 of file nodesel_master.c.

References NODESEL_DESC, NODESEL_MEMSAVEPRIORITY, NODESEL_NAME, NODESEL_STDPRIORITY, nodeselCopyMaster, nodeselExitMaster, nodeselExitsolMaster, nodeselInitMaster, and nodeselInitsolMaster.

Referenced by GCGincludeMasterPlugins().