Home
last modified time | relevance | path

Searched refs:bounddistpos (Results 1 – 2 of 2) sorted by relevance

/dports/math/highs/HiGHS-cfe064e/src/mip/
H A DHighsSeparation.cpp1096 std::vector<int> bounddistpos; member in AggregationHeuristic
1324 bounddistpos.clear(); in computeTransformedRow()
1372 if (bounddistance[col] > mip.mipdata_->feastol) bounddistpos.push_back(j); in computeTransformedRow()
1770 if (currpathlen == maxAggr || bounddistpos.empty()) return false; in aggregateNextRow()
1773 std::sort(bounddistpos.begin(), bounddistpos.end(), [&](int a, int b) { in aggregateNextRow()
1783 for (int pos : bounddistpos) { in aggregateNextRow()
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcuts.c4302 int* bounddistpos; in SCIPcutGenerationHeuristicCMIR() local
4341 SCIP_CALL( SCIPallocBufferArray(scip, &bounddistpos, aggrrow->nnz) ); in SCIPcutGenerationHeuristicCMIR()
4404 bounddistpos[nbounddist] = i; in SCIPcutGenerationHeuristicCMIR()
4416 SCIPsortDownRealRealInt(bounddist, deltacands, bounddistpos, nbounddist); in SCIPcutGenerationHeuristicCMIR()
4741 k = bounddistpos[i]; in SCIPcutGenerationHeuristicCMIR()
4936 SCIPfreeBufferArray(scip, &bounddistpos); in SCIPcutGenerationHeuristicCMIR()