Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/lpi/
H A Dtype_lpi.h60SCIP_LPPAR_RANDOMSEED = 17, /**< inital random seed, e.g. for perturbations in the simple… enumerator
H A Dlpi_glop.cpp2897 case SCIP_LPPAR_RANDOMSEED: in SCIPlpiGetIntpar()
2992 case SCIP_LPPAR_RANDOMSEED: in SCIPlpiSetIntpar()
H A Dlpi_spx2.cpp4264 case SCIP_LPPAR_RANDOMSEED:
4361 case SCIP_LPPAR_RANDOMSEED:
H A Dlpi_spx1.cpp5182 case SCIP_LPPAR_RANDOMSEED:
5264 case SCIP_LPPAR_RANDOMSEED:
H A Dlpi_grb.c5484 case SCIP_LPPAR_RANDOMSEED: in SCIPlpiGetIntpar()
5576 case SCIP_LPPAR_RANDOMSEED: in SCIPlpiSetIntpar()
H A Dlpi_cpx.c4440 case SCIP_LPPAR_RANDOMSEED: in SCIPlpiSetIntpar()
H A Dlpi_msk.c5023 …assert(SCIP_LPPAR_RANDOMSEED == 17); /* inital random seed, e.g. for perturbations in the sim… in paramty2str()
/dports/math/py-or-tools/or-tools-9.2/patches/
H A Dscip-7.0.1.patch681 case SCIP_LPPAR_RANDOMSEED:
682 SCIPdebugMessage("SCIPlpiSetIntpar: SCIP_LPPAR_RANDOMSEED -> %d.\n", ival);
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dlp.c3206 SCIP_CALL( lpSetIntpar(lp, SCIP_LPPAR_RANDOMSEED, randomseed, success) ); in lpSetRandomseed()
9336 SCIP_CALL( lpSetIntpar(*lp, SCIP_LPPAR_RANDOMSEED, (*lp)->lpirandomseed, &success) ); in SCIPlpCreate()