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 27 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
SCIP_RETCODE SCIPincludeHeurSimplerounding(SCIP *scip) Definition: objbranchrule.h:33 SCIP callable library. |