All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
heur_rens.h
Go to the documentation of this file.
21 * RENS is a large neighborhood search start heuristic, i.e., unlike other LNS heuristics, it does not need a known
22 * feasible solution. It solves a sub-SCIP that is created by fixing variables which take an integral value in a given
23 * LP or NLP solution. For the remaining integer variables, the bounds get tightened to the two nearest integral values.
|