All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
heur_simplerounding.h
Go to the documentation of this file.
21 * Simple rounding is a very cheap heuristic that iterates over the set of fractional variables of an LP-feasible
22 * point. It only performs roundings for variable that have zero up- or downlocks. Hence, they are guaranteed to keep
23 * all constraints satisfied. If all fractional variables can be rounded that way, the resulting solution will bve
|