Home
last modified time | relevance | path

Searched refs:varboundtypes (Results 1 – 4 of 4) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_reopt.h91 …SCIP_BOUNDTYPE* varboundtypes; /**< boundtypes along the branching path up to the … member
H A Dreopt.c542 if ((*reoptnode)->varboundtypes != NULL ) in reoptnodeDelete()
546 (*reoptnode)->varboundtypes = NULL; in reoptnodeDelete()
1818 …reopt->reopttree->reoptnodes[childid]->varboundtypes[nvars] = reopt->reopttree->reoptnodes[nodeid]… in moveChildrenUp()
2168 reopttree->reoptnodes[id]->varboundtypes, in saveAncestorBranchings()
3637 boundtype = reoptnode->varboundtypes[v]; in changeAncestorBranchings()
4412 transbndtype = child->varboundtypes[v]; in dryBranch()
4448 child->varboundtypes[redundantvars[v]] = child->varboundtypes[child->nvars-1]; in dryBranch()
7017 assert(reoptnodes[id]->varboundtypes != NULL); in SCIPreoptSplitRoot()
7301 boundtypes[v] = reoptnode->varboundtypes[v]; in SCIPreoptnodeGetPath()
7987 reoptnode->varboundtypes = NULL; in SCIPreoptnodeInit()
[all …]
H A Dtree.h181 …SCIP_BOUNDTYPE* varboundtypes, /**< array of boundtypes set by constraint propagation */
196 …SCIP_BOUNDTYPE* varboundtypes, /**< array of boundtypes which the branching in the pare…
H A Dtree.c7874 …SCIP_BOUNDTYPE* varboundtypes, /**< array of boundtypes set by constraint propagation */ in SCIPnodeGetConsProps() argument
7890 assert(varboundtypes != NULL); in SCIPnodeGetConsProps()
7943 varboundtypes[pos] = (SCIP_BOUNDTYPE) boundchgs[i].boundtype; in SCIPnodeGetConsProps()
7962 …SCIP_BOUNDTYPE* varboundtypes, /**< array of boundtypes which the branching in the pare… in SCIPnodeGetBdChgsAfterDual() argument
7978 assert(varboundtypes != NULL); in SCIPnodeGetBdChgsAfterDual()
8027 varboundtypes[p] = (SCIP_BOUNDTYPE) boundchgs[i].boundtype; in SCIPnodeGetBdChgsAfterDual()