Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dpub_lp.h253 SCIP_DECL_SORTPTRCOMP(SCIProwComp);
H A Dlp.c936 SCIP_DECL_SORTPTRCOMP(SCIProwComp) in SCIP_DECL_SORTPTRCOMP() argument
968 SCIPsortPtrRealInt((void**)col->rows, col->vals, col->linkpos, SCIProwComp, col->nlprows ); in colSortLP()
1001 …nlprows])), &(col->vals[col->nlprows]), &(col->linkpos[col->nlprows]), SCIProwComp, col->len - col… in colSortNonLP()