A RetroSearch Logo

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

Search Query:

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

SCIP Doxygen Documentation: src/objscip/objnodesel.cpp Source File

44struct

SCIP_NodeselData

69

assert(nodeseldata !=

NULL

);

70

assert(nodeseldata->objnodesel !=

NULL

);

71

assert(nodeseldata->objnodesel->scip_ !=

scip

);

73 if

( nodeseldata->objnodesel->iscloneable() )

92

assert(nodeseldata !=

NULL

);

93

assert(nodeseldata->objnodesel !=

NULL

);

94

assert(nodeseldata->objnodesel->scip_ ==

scip

);

97 SCIP_CALL

( nodeseldata->objnodesel->scip_free(

scip

, nodesel) );

100 if

( nodeseldata->deleteobject )

101 delete

nodeseldata->objnodesel;

118

assert(nodeseldata !=

NULL

);

119

assert(nodeseldata->objnodesel !=

NULL

);

120

assert(nodeseldata->objnodesel->scip_ ==

scip

);

123 SCIP_CALL

( nodeseldata->objnodesel->scip_init(

scip

, nodesel) );

136

assert(nodeseldata !=

NULL

);

137

assert(nodeseldata->objnodesel !=

NULL

);

140 SCIP_CALL

( nodeseldata->objnodesel->scip_exit(

scip

, nodesel) );

153

assert(nodeseldata !=

NULL

);

154

assert(nodeseldata->objnodesel !=

NULL

);

157 SCIP_CALL

( nodeseldata->objnodesel->scip_initsol(

scip

, nodesel) );

170

assert(nodeseldata !=

NULL

);

171

assert(nodeseldata->objnodesel !=

NULL

);

174 SCIP_CALL

( nodeseldata->objnodesel->scip_exitsol(

scip

, nodesel) );

187

assert(nodeseldata !=

NULL

);

188

assert(nodeseldata->objnodesel !=

NULL

);

191 SCIP_CALL

( nodeseldata->objnodesel->scip_select(

scip

, nodesel, selnode) );

204

assert(nodeseldata !=

NULL

);

205

assert(nodeseldata->objnodesel !=

NULL

);

208 return

nodeseldata->objnodesel->scip_comp(

scip

, nodesel, node1, node2);

228

assert(objnodesel !=

NULL

);

232

nodeseldata->objnodesel = objnodesel;

233

nodeseldata->deleteobject = deleteobject;

239

nodeselFreeObj, nodeselInitObj, nodeselExitObj,

240

nodeselInitsolObj, nodeselExitsolObj, nodeselSelectObj, nodeselCompObj,

256 if

( nodesel ==

NULL

)

260

assert(nodeseldata !=

NULL

);

262 return

nodeseldata->objnodesel;

275

assert(nodeseldata !=

NULL

);

277 return

nodeseldata->objnodesel;

C++ wrapper for node selectors.

const int scip_stdpriority_

const int scip_memsavepriority_

SCIP_NODESEL * SCIPfindNodesel(SCIP *scip, const char *name)

void SCIPnodeselSetData(SCIP_NODESEL *nodesel, SCIP_NODESELDATA *nodeseldata)

SCIP_NODESELDATA * SCIPnodeselGetData(SCIP_NODESEL *nodesel)

SCIP_RETCODE SCIPincludeNodesel(SCIP *scip, const char *name, const char *desc, int stdpriority, int memsavepriority, SCIP_DECL_NODESELCOPY((*nodeselcopy)), SCIP_DECL_NODESELFREE((*nodeselfree)), SCIP_DECL_NODESELINIT((*nodeselinit)), SCIP_DECL_NODESELEXIT((*nodeselexit)), SCIP_DECL_NODESELINITSOL((*nodeselinitsol)), SCIP_DECL_NODESELEXITSOL((*nodeselexitsol)), SCIP_DECL_NODESELSELECT((*nodeselselect)), SCIP_DECL_NODESELCOMP((*nodeselcomp)), SCIP_NODESELDATA *nodeseldata)

SCIP_RETCODE SCIPincludeObjNodesel(SCIP *scip, scip::ObjNodesel *objnodesel, SCIP_Bool deleteobject)

static SCIP_DECL_NODESELEXITSOL(nodeselExitsolObj)

static SCIP_DECL_NODESELCOPY(nodeselCopyObj)

static SCIP_DECL_NODESELSELECT(nodeselSelectObj)

scip::ObjNodesel * SCIPfindObjNodesel(SCIP *scip, const char *name)

static SCIP_DECL_NODESELCOMP(nodeselCompObj)

static SCIP_DECL_NODESELINIT(nodeselInitObj)

scip::ObjNodesel * SCIPgetObjNodesel(SCIP *scip, SCIP_NODESEL *nodesel)

static SCIP_DECL_NODESELFREE(nodeselFreeObj)

static SCIP_DECL_NODESELINITSOL(nodeselInitsolObj)

static SCIP_DECL_NODESELEXIT(nodeselExitObj)

C++ wrapper for node selectors.

struct SCIP_NodeselData SCIP_NODESELDATA

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