Home
last modified time | relevance | path

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

/dports/math/highs/HiGHS-cfe064e/src/mip/
H A DHighsSeparation.cpp34 static double complementWithLower(double coef, double lb, HighsCDouble& rhs) { in complementWithLower() function
1436 complementWithLower(baseval, domain.colLower_[col], rhs)); in computeTransformedRow()
1534 complementWithLower(baseval, domain.colLower_[col], rhs); in computeTransformedRow()
1645 vals.push_back(complementWithLower(val, domain.colLower_[col], rhs)); in computeTransformedRow()
2361 vals[i] = complementWithLower(vals[i], globaldomain.colLower_[col], rhs); in computeAndAddConflictCut()