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__breadthfirst_8c_source.php below:

SCIP Doxygen Documentation: nodesel_breadthfirst.c Source File

47#define NODESEL_NAME "breadthfirst" 48#define NODESEL_DESC "breadth first search" 49#define NODESEL_STDPRIORITY -10000 50#define NODESEL_MEMSAVEPRIORITY -1000000 61

assert(nodesel !=

NULL

);

74

assert(nodesel !=

NULL

);

77

assert(selnode !=

NULL

);

81 if

( *selnode ==

NULL

)

84 if

( *selnode ==

NULL

)

87 if

( *selnode !=

NULL

)

104

assert(nodesel !=

NULL

);

112 if

( depth1 < depth2 )

114 else if

( depth1 > depth2 )

124

assert(number1 != number2);

126 if

( number1 < number2 )

146

nodeselSelectBreadthfirst, nodeselCompBreadthfirst,

NULL

) );

148

assert(nodesel !=

NULL

);

#define SCIP_LONGINT_FORMAT

SCIP_RETCODE SCIPincludeNodeselBreadthfirst(SCIP *scip)

SCIP_Longint SCIPnodeGetNumber(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 * SCIPgetBestSibling(SCIP *scip)

SCIP_NODE * SCIPgetBestChild(SCIP *scip)

SCIP_NODE * SCIPgetBestLeaf(SCIP *scip)

static SCIP_DECL_NODESELCOMP(nodeselCompBreadthfirst)

#define NODESEL_MEMSAVEPRIORITY

static SCIP_DECL_NODESELSELECT(nodeselSelectBreadthfirst)

#define NODESEL_STDPRIORITY

static SCIP_DECL_NODESELCOPY(nodeselCopyBreadthfirst)

node selector for breadth-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