All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
heur_rens.h File Reference Detailed DescriptionLNS heuristic that finds the optimal rounding to a given point. RENS is a large neighborhood search start heuristic, i.e., unlike other LNS heuristics, it does not need a known feasible solution. It solves a sub-SCIP that is created by fixing variables which take an integral value in a given LP or NLP solution. For the remaining integer variables, the bounds get tightened to the two nearest integral values. Definition in file heur_rens.h. #include "scip/scip.h" Go to the source code of this file.
Function Documentation
creates RENS primal heuristic and includes it in SCIP creates the rens primal heuristic and includes it in SCIP
Definition at line 858 of file heur_rens.c. Referenced by SCIPincludeDefaultPlugins().
main procedure of the RENS heuristic, creates and solves a sub-SCIP
Definition at line 397 of file heur_rens.c. |