CONSINITLP
lp/checkstability
is properly implemented for SoPlex LPI (spx2)brachistochrone
in CallableLibrary examples collection; this example implements a discretized model to obtain the trajectory associated with the shortest time to go from point A to B for a particle under gravity onlycirclepacking
in CallableLibrary examples collection; this example models two problems about packing circles of given radii into a rectangleSCIP_DECL_CONSLOCK
callback to indicate the type of variable locksrecompute
to SCIPgetGeneratorsSymmetry() to allow recomputation of symmetriespreferrecent
, decayfactor
and avglim
to SCIPcreateBanditEpsgreedy() to choose between weights that are simple averages or higher weights for more recent observations (the previous default). The last two parameters are used for a finer control of the exponential decay.heuristics/alns/stallnodefactor
as the stall nodes are now controlled directly by the target node limit within the heuristicpresolving/symmetry/computepresolved
since this presolver does not compute symmetries independent of other components anymoreseparating/maxincrounds
lp/checkfarkas
that enables the check of infeasibility proofs from the LPheuristics/alns/unfixtol
to specify tolerance to exceed the target fixing rate before unfixing variables, (default: 0.1)propagating/orbitalfixing/symcomptiming
to change the timining of symmetry computation for orbital fixinglp/alwaysgetduals
ensure that the dual solutions are always computed from the recent LP solvedisplay/relevantstats
indicates whether the small relevant statistics are displayed at the end of solvingpropagating/orbitalfixing/performpresolving
that enables orbital fixing in presolvingpresolving/symbreak/addconsstiming
to change the timining of symmetry computation for symmetry handling inequalitiespropagating/orbitalfixing/enabledafterrestarts
to control whether orbital fixing is enabled after restartsbenders/∗
new submenu for Benders' decomposition related settings. This includes the settings related to the included Benders' decompositions and the general Benders' decomposition settings.benders/<decompname>/benderscuts/∗
submenu within each included Benders' decomposition to control the Benders' decomposition cuts. The cuts are added to each decomposition separately, so the setting are unique to each decomposition.SCIP_LOCKTYPE
to distinguish between variable locks implied by model (check) constraints (SCIP_LOCKYPE_MODEL
) and variable locks implied by conflict constraints (SCIP_LOCKYPE_CONFLICT
)NULL
pointer usage in cons_pseudoboolean