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.
SCIP_RETCODE SCIPincludeSepaClosecuts(SCIP *scip) SCIP_RETCODE SCIPsetBasePointClosecuts(SCIP *scip, SCIP_SOL *sol) SCIP callable library. |