|
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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*/
49 * The point is only stored if separation of relative interior points is used. The solution is copied.
Definition: struct_scip.h:52 Definition: struct_sol.h:50 SCIP_RETCODE SCIPincludeSepaClosecuts(SCIP *scip) Definition: sepa_closecuts.c:393 SCIP_RETCODE SCIPsetBasePointClosecuts(SCIP *scip, SCIP_SOL *sol) Definition: sepa_closecuts.c:462 SCIP callable library. |