Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dpub_lp.h121 int SCIPcolGetVarProbindex(
H A Dsepa_zerohalf.c372 probindex = SCIPcolGetVarProbindex(rowcols[i]); in transformNonIntegralRow()
1481 probindex = SCIPcolGetVarProbindex(rowcols[i]); in addOrigRow()
H A Dlp.c16748 #undef SCIPcolGetVarProbindex
16926 int SCIPcolGetVarProbindex( in SCIPcolGetVarProbindex() function
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG97 - new function SCIPcolGetVarProbindex() for accessing the probindex of a variable corresponding to …