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*/
Definition: struct_scip.h:58
type definitions for return codes for SCIP methods
SCIP_RETCODE SCIPincludeHeurSimplerounding(SCIP *scip)
Definition: heur_simplerounding.c:493
type definitions for SCIP's main datastructure
common defines and data types used in all packages of SCIP
Definition: objbenders.h:33