heur_simplerounding.h
Go to the documentation of this file.
30 * Simple rounding is a very cheap heuristic that iterates over the set of fractional variables of an LP-feasible
31 * point. It only performs roundings for variable that have zero up- or downlocks. Hence, they are guaranteed to keep
32 * all constraints satisfied. If all fractional variables can be rounded that way, the resulting solution will bve
36/*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
common defines and data types used in all packages of SCIP
SCIP_RETCODE SCIPincludeHeurSimplerounding(SCIP *scip)
Definition: heur_simplerounding.c:503
Definition: objbenders.h:44
Definition: struct_scip.h:70
type definitions for return codes for SCIP methods
type definitions for SCIP's main datastructure