heur_feaspump.h
Go to the documentation of this file.
22 * The fundamental idea of the Feasibility Pump is to construct two sequences of points which hopefully converge to a
23 * feasible solution. One sequence consists of LP-feasiblepoints, the other one of integer feasible points. They are
24 * produced by alternately rounding an LP-feasible point and solvng an LP that finds a point on the LP polyhedron which
27 * The version implemented in SCIP supports using an Objective Feasibility Pump that uses a convex combination of the
28 * Manhattan distance and the original LP objective for reoptimization. It further features Feasibility Pump 2.0
32 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
Definition: struct_scip.h:59
type definitions for return codes for SCIP methods
SCIP_EXPORT SCIP_RETCODE SCIPincludeHeurFeaspump(SCIP *scip)
Definition: heur_feaspump.c:1366
type definitions for SCIP's main datastructure
common defines and data types used in all packages of SCIP
Definition: objbenders.h:33