Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_twoopt.c319 int nrowmaximum; in checkConstraintMatching() local
344 nrowmaximum = MAX(nnonzeros1, nnonzeros2); in checkConstraintMatching()
347 nrows1not2 = nrowmaximum - nnonzeros2; in checkConstraintMatching()
348 nrows2not1 = nrowmaximum - nnonzeros1; in checkConstraintMatching()
353 assert(nrowmaximum > 0); in checkConstraintMatching()
355 if( (nrowmaximum - nrowabs) / (SCIP_Real) nrowmaximum < matchingrate ) in checkConstraintMatching()