Home
last modified time | relevance | path

Searched refs:nodesoffset (Results 1 – 3 of 3) sorted by relevance

/dports/astro/routino/routino-3.3.3/src/
H A Dnodes.h86 offset_t nodesoffset; /*+ The offset of the nodes within the file. +*/ member
169 nodes->cached[position-1]=*FetchCachedNode(nodes->cache,index,nodes->fd,nodes->nodesoffset); in CACHE_DELETECACHE_PROTO()
H A Dnodes.c87 nodes->nodesoffset=(offset_t)(sizeof(NodesFile)+sizeoffsets); in LoadNodeList()
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_alns.c400 SCIP_Longint nodesoffset; /**< offset added to the nodes budget */ member
1960 solvelimits->stallnodes += heurdata->nodesoffset; in determineLimits()
3923 &heurdata->nodesoffset, FALSE, DEFAULT_NODESOFFSET, 0LL, SCIP_LONGINT_MAX, NULL, NULL) ); in SCIPincludeHeurAlns()