heur_indicator.h
Go to the documentation of this file.
27 * @brief handle partial solutions for linear problems with indicators and otherwise continuous variables
30 * For linear problems with indicators and otherwise continuous variables, the indicator constraint handler can produce
31 * partial solutions, i.e., values for the indicator variables. This partial solution can be passed to this heuristic,
32 * which then fixes these values and solves an LP. Additionally a local search for a better solution is added.
35/*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
common defines and data types used in all packages of SCIP
SCIP_RETCODE SCIPheurPassIndicator(SCIP *scip, SCIP_HEUR *heur, int nindconss, SCIP_CONS **indconss, SCIP_Bool *solcand, SCIP_Real obj)
Definition: heur_indicator.c:596
SCIP_RETCODE SCIPincludeHeurIndicator(SCIP *scip)
Definition: heur_indicator.c:552
Definition: objbenders.h:44
Definition: struct_cons.h:47
Definition: struct_heur.h:98
Definition: struct_scip.h:70
type definitions for constraints and constraint handlers
type definitions for primal heuristics
type definitions for return codes for SCIP methods
type definitions for SCIP's main datastructure