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*/ Definition: struct_scip.h:53 SCIP_RETCODE SCIPheurPassIndicator(SCIP *scip, SCIP_HEUR *heur, int nindconss, SCIP_CONS **indconss, SCIP_Bool *solcand) Definition: heur_indicator.c:558 Definition: struct_cons.h:36 Definition: struct_heur.h:75 SCIP_RETCODE SCIPincludeHeurIndicator(SCIP *scip) Definition: heur_indicator.c:515 Definition: objbranchrule.h:33 SCIP callable library. |