All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
heur_randrounding.h File Reference Detailed Descriptionrandomized LP rounding heuristic which also generates conflicts via an auxiliary probing tree Randomized LP rounding uses a random variable from a uniform distribution over [0,1] to determine whether the fractional LP value x should be rounded up with probability x - floor(x) or down with probability ceil(x) - x. This implementation uses domain propagation techniques to tighten the variable domains after every rounding step.
Definition in file heur_randrounding.h. #include "scip/scip.h" Go to the source code of this file.
Function Documentation
creates the rand rounding heuristic and includes it in SCIP
|