All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
heur_indicator.h
Go to the documentation of this file.
18 * @brief handle partial solutions for linear problems with indicators and otherwise continuous variables
21 * For linear problems with indicators and otherwise continuous variables, the indicator constraint handler can produce
22 * partial solutions, i.e., values for the indicator variables. This partial solution can be passed to this heuristic,
23 * which then fixes these values and solves an LP. Additionally a local search for a better solution is added.
26 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
SCIP_RETCODE SCIPheurPassIndicator(SCIP *scip, SCIP_HEUR *heur, int nindconss, SCIP_CONS **indconss, SCIP_Bool *solcand) SCIP_RETCODE SCIPincludeHeurIndicator(SCIP *scip) SCIP callable library. |