Scippy

SCIP

Solving Constraint Integer Programs

nodesel_breadthfirst.h File Reference

Detailed Description

node selector for breadth-first search

Author
Stefan Heinz
Gregor Hendel

This node selector performs breadth-first search, i.e., it completely evaluates an entire level of the search tree before proceeding to the next level. At one level, nodes are processed in the order they were created by the branching rule.

Definition in file nodesel_breadthfirst.h.

#include "scip/scip.h"

Go to the source code of this file.

Functions

SCIP_RETCODE SCIPincludeNodeselBreadthfirst (SCIP *scip)
 

Function Documentation

SCIP_RETCODE SCIPincludeNodeselBreadthfirst ( SCIP scip)

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

Parameters
scipSCIP data structure