sepa_closecuts.h
Go to the documentation of this file.
22 * primal feasible solution or an interior point of the LP relaxation. If the convex combination is
24 * calls all other separators to separate this point. The idea is that in this way possibly "deeper"
25 * cuts are generated. Note, however, that the new point is not a basic solution, i.e., separators
29 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
60 * The point is only stored if separation of relative interior points is used. The solution is copied.
Definition: struct_scip.h:58
SCIP_RETCODE SCIPsetBasePointClosecuts(SCIP *scip, SCIP_SOL *sol)
Definition: sepa_closecuts.c:478
type definitions for return codes for SCIP methods
Definition: struct_sol.h:63
type definitions for SCIP's main datastructure
type definitions for storing primal CIP solutions
SCIP_RETCODE SCIPincludeSepaClosecuts(SCIP *scip)
Definition: sepa_closecuts.c:409
common defines and data types used in all packages of SCIP
Definition: objbenders.h:33