All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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
|