Home
last modified time | relevance | path

Searched refs:objscale (Results 1 – 25 of 32) sorted by relevance

12

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dreader_cip.c278 assert(objscale != NULL); in getObjective()
387 *objscale *= scale; in getObjective()
388 SCIPdebugMsg(scip, "objscale <%g> (total: %g)\n", scale, *objscale); in getObjective()
407 SCIP_Real objscale /**< objective scale */ in getVariable() argument
439 if( objscale != 1.0 ) in getVariable()
441 SCIP_CALL( SCIPchgVarObj(scip, var, SCIPvarGetObj(var) * objscale) ); in getVariable()
770 SCIP_Real objscale; in SCIP_DECL_READERREAD() local
806 objscale = 1.0; in SCIP_DECL_READERREAD()
826 SCIP_CALL( getObjective(scip, &cipinput, &objscale, &objoffset) ); in SCIP_DECL_READERREAD()
872 objoffset *= objscale; in SCIP_DECL_READERREAD()
[all …]
H A Dheur_objpscostdiving.c265 SCIP_Real objscale; in SCIP_DECL_HEUREXEC() local
523 objscale = divedepth * 1000.0; in SCIP_DECL_HEUREXEC()
529 newobj = objscale * oldobj; in SCIP_DECL_HEUREXEC()
531 newobj = -objscale * oldobj; in SCIP_DECL_HEUREXEC()
532 newobj = MIN(newobj, -objscale); in SCIP_DECL_HEUREXEC()
541 newobj = objscale * oldobj; in SCIP_DECL_HEUREXEC()
543 newobj = -objscale * oldobj; in SCIP_DECL_HEUREXEC()
544 newobj = MAX(newobj, objscale); in SCIP_DECL_HEUREXEC()
H A Dreader.c290 SCIP_Real objscale; in SCIPreaderWrite() local
420 objscale = prob->objscale; in SCIPreaderWrite()
422 objscale *= -1.0; in SCIPreaderWrite()
426 prob->objsense, objscale, prob->objoffset, in SCIPreaderWrite()
H A Dreader_gms.h67 …SCIP_Real objscale, /**< scalar applied to objective function; external obje…
H A Dreader_lp.h78 …SCIP_Real objscale, /**< scalar applied to objective function; external obje…
H A Dreader_pip.h77 …SCIP_Real objscale, /**< scalar applied to objective function; external obje…
H A Dreader_diff.h82 …SCIP_Real objscale, /**< scalar applied to objective function; external obje…
H A Dreader_sto.h84 …SCIP_Real objscale, /**< scalar applied to objective function; external obje…
H A Dreader_opb.h75 …SCIP_Real objscale, /**< scalar applied to objective function; external obje…
H A Dreader_mps.h86 …SCIP_Real objscale, /**< scalar applied to objective function; external obje…
H A Dstruct_prob.h42 …SCIP_Real objscale; /**< scalar applied to objective function; external obje… member
H A Dtype_reader.h119 SCIP_OBJSENSE objsense, SCIP_Real objscale, SCIP_Real objoffset, \
H A Dreader_wbo.c71 SCIP_CALL( SCIPwriteOpb(scip, file, name, transformed, objsense, objscale, objoffset, vars, in SCIP_DECL_READERWRITE()
H A Dreader_rlp.c74 SCIP_CALL( SCIPwriteLp(scip, file, name, transformed, objsense, objscale, objoffset, vars, in SCIP_DECL_READERWRITE()
H A Dprob.c321 (*prob)->objscale = 1.0; in SCIPprobCreate()
1709 transprob->objscale /= intscalar; in SCIPprobScaleObj()
1711 … SCIPsetDebugMsg(set, "integral objective scalar: objscale=%g\n", transprob->objscale); in SCIPprobScaleObj()
2093 assert(transprob->objscale > 0.0); in SCIPprobExternObjval()
2100 …return (SCIP_Real)transprob->objsense * transprob->objscale * (objval + transprob->objoffset) + or… in SCIPprobExternObjval()
2115 assert(transprob->objscale > 0.0); in SCIPprobInternObjval()
2122 …return (SCIP_Real)transprob->objsense * (objval - origprob->objoffset)/transprob->objscale - trans… in SCIPprobInternObjval()
2395 return prob->objscale; in SCIPprobGetObjscale()
H A Dreader_fzn.c4261 …SCIP_Real objscale, /**< scalar applied to objective function; external obje… in writeFzn() argument
4585 if( v < ndiscretevars && SCIPisIntegral(scip, objscale*obj) ) in writeFzn()
4589 SCIPvarGetName(var), nintobjvars, v, obj, objscale, SCIPvarGetObj(var)); in writeFzn()
4685 obj = objscale * SCIPvarGetObj(var); in writeFzn()
4686 … integral obj: %f=%f*%f\n", SCIPvarGetName(var), v, intobjvars[v], obj, objscale, SCIPvarGetObj(va… in writeFzn()
4698 obj = objscale * SCIPvarGetObj(vars[floatobjvars[v]]); in writeFzn()
4708 flattenFloat(scip, objscale * objoffset, buffy); in writeFzn()
4889 SCIP_CALL( writeFzn(scip, file, name, transformed, objsense, objscale, objoffset, vars, in SCIP_DECL_READERWRITE()
4926 SCIP_CALL( writeFzn(scip, file, name, transformed, objsense, objscale, objoffset, vars, in SCIP_DECL_READERWRITE()
H A Dprob.h642 #define SCIPprobGetObjscale(prob) ((prob)->objscale)
H A Dreader_opb.c2190 …SCIP_Real const objscale, /**< scalar applied to objective function; external obje… in writeOpbObjective() argument
2466 SCIPinfoMessage(scip, file, "* Obj. scale : %.15g\n", objscale * mult); in writeOpbObjective()
4213 …SCIP_Real objscale, /**< scalar applied to objective function; external obje… in writeOpb() argument
4260 objsense, objscale, objoffset, multisymbol, existands, transformed) ); in writeOpb()
4373 …SCIP_Real objscale, /**< scalar applied to objective function; external obje… in SCIPwriteOpb() argument
4431 retcode = writeOpb(scip, file, name, transformed, objsense, objscale, objoffset, vars, in SCIPwriteOpb()
4510 retcode = writeOpb(scip, file, name, transformed, objsense, objscale, objoffset, vars, in SCIPwriteOpb()
4576 SCIP_CALL( SCIPwriteOpb(scip, file, name, transformed, objsense, objscale, objoffset, vars, in SCIP_DECL_READERWRITE()
H A Dreader_gms.c2169 SCIP_CALL( SCIPwriteGms(scip, file, name, transformed, objsense, objscale, objoffset, vars, in SCIP_DECL_READERWRITE()
2243 …SCIP_Real objscale, /**< scalar applied to objective function; external obje… in SCIPwriteGms() argument
2306 if( objscale == 1.0 && objoffset == 0.0 ) in SCIPwriteGms()
2601 …(void) SCIPsnprintf(buffer, GMS_MAX_PRINTLEN, " objequ .. objvar =e= %.15g + ", objscale * objoffs… in SCIPwriteGms()
2616 objcoeffs[v] = SCIPisZero(scip, SCIPvarGetObj(var)) ? 0.0 : objscale * SCIPvarGetObj(var); in SCIPwriteGms()
H A Dscip_prob.c1163 scip->origprob->objscale = 1.0; in SCIPchgReoptObjective()
1171 scip->transprob->objscale = 1.0; in SCIPchgReoptObjective()
1348 return scip->origprob->objscale; in SCIPgetOrigObjscale()
1394 return scip->transprob->objscale; in SCIPgetTransObjscale()
H A Dreader_lp.c3445 SCIP_CALL( SCIPwriteLp(scip, file, name, transformed, objsense, objscale, objoffset, vars, in SCIP_DECL_READERWRITE()
3573 …SCIP_Real objscale, /**< scalar applied to objective function; external obje… in SCIPwriteLp() argument
3730 …(void) SCIPsnprintf(buffer, LP_MAX_PRINTLEN, " %+.15g %s", objscale * SCIPvarGetObj(var), varname … in SCIPwriteLp()
3738 (void) SCIPsnprintf(buffer, LP_MAX_PRINTLEN, " %+.15g", objscale * objoffset); in SCIPwriteLp()
H A Dreader_pip.c3025 …SCIP_Real objscale, /**< scalar applied to objective function; external obje… in SCIPwritePip() argument
3125 …(void) SCIPsnprintf(buffer, PIP_MAX_PRINTLEN, " %+.15g %s", objscale * SCIPvarGetObj(var), varname… in SCIPwritePip()
3132 (void) SCIPsnprintf(buffer, PIP_MAX_PRINTLEN, " %+.15g", objscale * objoffset); in SCIPwritePip()
3804 SCIP_CALL( SCIPwritePip(scip, file, name, transformed, objsense, objscale, objoffset, vars, in SCIP_DECL_READERWRITE()
/dports/graphics/blender/blender-2.91.0/source/blender/gpu/shaders/
H A Dgpu_shader_gpencil_stroke_vert.glsl6 uniform float objscale;
31 finalThickness = max(size * objscale, 1.0);
/dports/math/SCIP/scip-7.0.3/src/objscip/
H A Dobjreader.cpp132 objsense, objscale, objoffset, in SCIP_DECL_READERWRITE()
/dports/math/highs/HiGHS-cfe064e/src/presolve/
H A DHAggregator.cpp696 double objscale = colCost[col] * substrowscale; in substitute() local
697 objOffset -= objscale * side; in substitute()
699 colCost[Acol[rowiter]] += objscale * Avalue[rowiter]; in substitute()

12