Home
last modified time | relevance | path

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

/dports/math/cgl/Cgl-releases-0.60.3/Cgl/src/CglMixedIntegerRounding/
H A DCglMixedIntegerRounding.cpp375 case ROW_VARUB: in mixIntRoundPreprocess()
475 else if ( (rowType == ROW_VARUB) || in mixIntRoundPreprocess()
498 case ROW_VARUB: // Inequality: x <= ? * y in mixIntRoundPreprocess()
611 rowType = numPosCon == 1 ? ROW_VARUB : ROW_VARLB; in determineRowType()
614 rowType = numPosCon == 1 ? ROW_VARLB : ROW_VARUB; in determineRowType()
H A DCglMixedIntegerRounding.hpp101 ROW_VARUB, enumerator
/dports/math/cgl/Cgl-releases-0.60.3/Cgl/src/CglMixedIntegerRounding2/
H A DCglMixedIntegerRounding2.hpp102 ROW_VARUB, enumerator
H A DCglMixedIntegerRounding2.cpp401 case ROW_VARUB: in mixIntRoundPreprocess()
501 else if ( (rowType == ROW_VARUB) || in mixIntRoundPreprocess()
524 case ROW_VARUB: // Inequality: x <= ? * y in mixIntRoundPreprocess()
634 rowType = numPosCon == 1 ? ROW_VARUB : ROW_VARLB; in determineRowType()
637 rowType = numPosCon == 1 ? ROW_VARLB : ROW_VARUB; in determineRowType()