A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://scip.zib.de/doc/html/nodesel__dfs_8c_source.php below:

SCIP Doxygen Documentation: nodesel_dfs.c Source File

Go to the documentation of this file. 42#define NODESEL_NAME "dfs" 43#define NODESEL_DESC "depth first search" 44#define NODESEL_STDPRIORITY 0 45#define NODESEL_MEMSAVEPRIORITY 100000 57

assert(nodesel !=

NULL

);

71

assert(nodesel !=

NULL

);

74

assert(selnode !=

NULL

);

77 if

( *selnode ==

NULL

)

80 if

( *selnode ==

NULL

)

100

assert(nodesel !=

NULL

);

106 if

( depth1 > depth2 )

108 else if

( depth1 < depth2 )

117 if

( lowerbound1 < lowerbound2 )

119 else if

( lowerbound1 > lowerbound2 )

140

nodeselSelectDfs, nodeselCompDfs,

NULL

) );

142

assert(nodesel !=

NULL

);

SCIP_RETCODE SCIPincludeNodeselDfs(SCIP *scip)

SCIP_Real SCIPnodeGetLowerbound(SCIP_NODE *node)

int SCIPnodeGetDepth(SCIP_NODE *node)

SCIP_RETCODE SCIPincludeNodeselBasic(SCIP *scip, SCIP_NODESEL **nodesel, const char *name, const char *desc, int stdpriority, int memsavepriority, SCIP_DECL_NODESELSELECT((*nodeselselect)), SCIP_DECL_NODESELCOMP((*nodeselcomp)), SCIP_NODESELDATA *nodeseldata)

SCIP_RETCODE SCIPsetNodeselCopy(SCIP *scip, SCIP_NODESEL *nodesel, SCIP_DECL_NODESELCOPY((*nodeselcopy)))

const char * SCIPnodeselGetName(SCIP_NODESEL *nodesel)

SCIP_NODE * SCIPgetPrioSibling(SCIP *scip)

SCIP_NODE * SCIPgetPrioChild(SCIP *scip)

SCIP_NODE * SCIPgetBestLeaf(SCIP *scip)

static SCIP_DECL_NODESELCOMP(nodeselCompDfs)

static SCIP_DECL_NODESELCOPY(nodeselCopyDfs)

#define NODESEL_MEMSAVEPRIORITY

#define NODESEL_STDPRIORITY

static SCIP_DECL_NODESELSELECT(nodeselSelectDfs)

node selector for depth first search

public methods for message output

public methods for node selectors

public methods for branch and bound tree

public methods for message handling

public methods for node selector plugins

public methods for the branch-and-bound tree

enum SCIP_Retcode SCIP_RETCODE


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4