Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dpub_lp.h127 SCIP_Bool SCIPcolIsIntegral(
225 #define SCIPcolIsIntegral(col) (col)->integral macro
H A Dsepa_disjunctive.c282 if ( strengthen && SCIPcolIsIntegral(col) ) in generateDisjCutSOS1()
306 if ( strengthen && SCIPcolIsIntegral(col) ) in generateDisjCutSOS1()
H A Dlp.c4216 assert(SCIPcolIsIntegral(col)); in SCIPcolSetStrongbranchData()
4262 assert(SCIPcolIsIntegral(col)); in SCIPcolInvalidateStrongbranchData()
4320 assert(SCIPcolIsIntegral(col)); in SCIPcolGetStrongbranch()
4543 assert(SCIPcolIsIntegral(col)); in SCIPcolGetStrongbranches()
4853 row->numintcols += SCIPcolIsIntegral(col); /*lint !e713*/ in rowCalcIdxsAndVals()
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()
16749 #undef SCIPcolIsIntegral
[all …]
H A Dsepa_zerohalf.c369 if( !SCIPcolIsIntegral(rowcols[i]) ) /*lint !e613*/ in transformNonIntegralRow()
393 if( SCIPcolIsIntegral(rowcols[i]) ) /*lint !e613*/ in transformNonIntegralRow()
H A Dheur_shiftandpropagate.c205 …return SCIPcolIsIntegral(col) && (!impliscontinuous || SCIPvarGetType(SCIPcolGetVar(col)) != SCIP_… in colIsDiscrete()
H A Dsepa_cgmip.c1263 if ( SCIPcolIsIntegral(col) ) in createSubscip()
H A Dsepa_mcf.c6219 …if( !SCIPisZero(scip, 1.0 / coef) && !SCIPisFeasZero(scip, coef) && SCIPcolIsIntegral(rowcols[j]) ) in generateClusterCuts()
/dports/math/SCIP/scip-7.0.3/examples/GMI/src/
H A Dsepa_gmi.c345 if( SCIPcolIsIntegral(col) ) in getGMIFromRow()
/dports/math/py-PySCIPOpt/PySCIPOpt-3.0.2/src/pyscipopt/
H A Dscip.pxd1646 SCIP_Bool SCIPcolIsIntegral(SCIP_COL* col)
H A Dscip.pyx345 return SCIPcolIsIntegral(self.scip_col)
H A Dscip.c67090 …__pyx_t_1 = __Pyx_PyBool_FromLong(SCIPcolIsIntegral(__pyx_v_self->scip_col)); if (unlikely(!__pyx_…