Scippy

SCIP

Solving Constraint Integer Programs

nodesel_hybridestim.h File Reference

Detailed Description

node selector for hybrid best estimate / best bound search

Author
Tobias Achterberg

Definition in file nodesel_hybridestim.h.

#include "scip/scip.h"

Go to the source code of this file.

Functions

SCIP_RETCODE SCIPincludeNodeselHybridestim (SCIP *scip)
 

Function Documentation

SCIP_RETCODE SCIPincludeNodeselHybridestim ( SCIP scip)

creates the node selector for hybrid best estim / best bound search and includes it in SCIP

creates the node selector for hybrid best estimate / best bound search and includes it in SCIP

Parameters
scipSCIP data structure

Definition at line 313 of file nodesel_hybridestim.c.

References BESTNODEFREQ, ESTIMWEIGHT, FALSE, MAXPLUNGEDEPTH, MAXPLUNGEQUOT, MINPLUNGEDEPTH, NODESEL_DESC, NODESEL_MEMSAVEPRIORITY, NODESEL_NAME, NODESEL_STDPRIORITY, NULL, SCIP_CALL, SCIP_OKAY, SCIP_REAL_MAX, SCIPaddIntParam(), SCIPaddRealParam(), SCIPallocMemory, SCIPincludeNodeselBasic(), SCIPsetNodeselCopy(), SCIPsetNodeselFree(), and TRUE.

Referenced by SCIP_DECL_NODESELCOPY(), and SCIPincludeDefaultPlugins().