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:59
type definitions for return codes for SCIP methods
SCIP_EXPORT SCIP_RETCODE SCIPincludeHeurIndicator(SCIP *scip)
Definition: heur_indicator.c:543
Definition: struct_cons.h:37
type definitions for primal heuristics
type definitions for SCIP's main datastructure
Definition: struct_heur.h:88
SCIP_EXPORT SCIP_RETCODE SCIPheurPassIndicator(SCIP *scip, SCIP_HEUR *heur, int nindconss, SCIP_CONS **indconss, SCIP_Bool *solcand, SCIP_Real obj)
Definition: heur_indicator.c:587
common defines and data types used in all packages of SCIP
Definition: objbenders.h:33
type definitions for constraints and constraint handlers