Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dscip_lp.h1202 …SCIP_Bool usecontvars, /**< should the coefficients of the continuous variables…
1224 …SCIP_Bool usecontvars, /**< should the coefficients of the continuous variables…
H A Dlp.h468 …SCIP_Bool usecontvars, /**< should the coefficients of the continuous variables…
485 …SCIP_Bool usecontvars, /**< should the coefficients of the continuous variables…
H A Dscip_lp.c1762 …SCIP_Bool usecontvars, /**< should the coefficients of the continuous variables… in SCIPcalcRowIntegralScalar() argument
1770 usecontvars, intscalar, success) ); in SCIPcalcRowIntegralScalar()
1791 …SCIP_Bool usecontvars, /**< should the coefficients of the continuous variables… in SCIPmakeRowIntegral() argument
1798 usecontvars, success) ); in SCIPmakeRowIntegral()
H A Dlp.c5742 …SCIP_Bool usecontvars, /**< should the coefficients of the continuous variables… in SCIProwCalcIntegralScalar() argument
5775 … to find rational representation for row <%s> (contvars: %u)\n", SCIProwGetName(row), usecontvars); in SCIProwCalcIntegralScalar()
5824 if( !usecontvars && !SCIPcolIsIntegral(row->cols[c]) ) in SCIProwCalcIntegralScalar()
5867 if( !usecontvars && !SCIPcolIsIntegral(row->cols[c]) ) in SCIProwCalcIntegralScalar()
5913 if( usecontvars || SCIPcolIsIntegral(row->cols[c]) ) in SCIProwCalcIntegralScalar()
5933 if( usecontvars || SCIPcolIsIntegral(row->cols[c]) ) in SCIProwCalcIntegralScalar()
5980 …SCIP_Bool usecontvars, /**< should the coefficients of the continuous variables… in SCIProwMakeIntegral() argument
5989 … SCIP_CALL( SCIProwCalcIntegralScalar(row, set, mindelta, maxdelta, maxdnom, maxscale, usecontvars, in SCIProwMakeIntegral()
5995 …SCIP_CALL( rowScale(row, blkmem, set, eventqueue, stat, lp, intscalar, usecontvars, mindelta, maxd… in SCIProwMakeIntegral()