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