Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dscip_tree.c506 …int* nodeswitches; /* marks, where in the arrays the branching decisions of… in SCIPprintNodeRootPath() local
522 SCIP_CALL( SCIPallocBufferArray(scip, &nodeswitches, nodeswitchsize) ); in SCIPprintNodeRootPath()
524 …, branchvars, branchbounds, boundtypes, &nbranchvars, branchvarssize, nodeswitches, &nnodes, nodes… in SCIPprintNodeRootPath()
536 SCIP_CALL( SCIPreallocBufferArray(scip, &nodeswitches, nodeswitchsize) ); in SCIPprintNodeRootPath()
538 …, branchvars, branchbounds, boundtypes, &nbranchvars, branchvarssize, nodeswitches, &nnodes, nodes… in SCIPprintNodeRootPath()
555 end = nodeswitches[j+1]; in SCIPprintNodeRootPath()
557 for( i = nodeswitches[j]; i < end; ++i ) in SCIPprintNodeRootPath()
559 if( i > nodeswitches[j] ) in SCIPprintNodeRootPath()
566 if( nodeswitches[j]-nodeswitches[j-1] != 1 ) in SCIPprintNodeRootPath()
577 SCIPfreeBufferArray(scip, &nodeswitches); in SCIPprintNodeRootPath()
H A Dpub_tree.h114 …int* nodeswitches, /**< marks, where in the arrays the branching decisions …
H A Dtree.c8098 …int* nodeswitches, /**< marks, where in the arrays the branching decisions … in SCIPnodeGetAncestorBranchingPath() argument
8126 nodeswitches[*nnodes] = start; in SCIPnodeGetAncestorBranchingPath()