Scippy

SCIP

Solving Constraint Integer Programs

Node Selectors

Detailed Description

This page contains a list of all node selectors which are currently available.

A detailed description what a node selector does and how to add a node selector to SCIP can be found here.

Files

file  nodesel_bfs.h
 node selector for best first search
 
file  nodesel_breadthfirst.h
 node selector for breadth-first search
 
file  nodesel_dfs.h
 node selector for depth first search
 
file  nodesel_estimate.h
 node selector for best estimate search
 
file  nodesel_hybridestim.h
 node selector for hybrid best estimate / best bound search
 
file  nodesel_restartdfs.h
 node selector for depth first search with periodical selection of the best node
 
file  nodesel_uct.h
 uct node selector which balances exploration and exploitation by considering node visits