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*/
SCIP_RETCODE SCIPincludeHeurFeaspump(SCIP *scip) Definition: objbranchrule.h:33 SCIP callable library. |