Home
last modified time | relevance | path

Searched defs:SCIP_EventData (Results 1 – 6 of 6) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dprop_genvbounds.c103 struct SCIP_EventData struct
105 SCIP_PROP* prop; /**< pointer to genvbounds propagator */
106 SCIP_VAR* var; /**< variable */
107 … startindices; /**< array to store the first indices of genvbounds in components that are
109 … startcomponents; /**< array to store the components corresponding to startindices array */
110 int nstarts; /**< number of indices stored in startindices array */
111 …t startindicessize; /**< size of the startindices and startcomponents arrays */
H A Dcons_cardinality.c133 struct SCIP_EventData struct
135 …ATA* consdata; /**< cardinality constraint data to process the bound change for */
136 SCIP_VAR* var; /**< implied variable */
137 SCIP_VAR* indvar; /**< indicator variable */
138 unsigned int pos:30; /**< position in constraint */
139 …nsigned int varmarked:1; /**< whether implied variable is marked for propagation */
140 …igned int indvarmarked:1; /**< whether indicator variable is marked for propagation */
H A Dheur_alns.c447 struct SCIP_EventData struct
449 SCIP_VAR** subvars; /**< the variables of the subproblem */
450 SCIP* sourcescip; /**< original SCIP data structure */
451 SCIP_HEUR* heur; /**< alns heuristic structure */
452 SCIP_Longint nodelimit; /**< node limit of the run */
453 …P_Real lplimfac; /**< limit fraction of LPs per node to interrupt sub-SCIP */
454 NH_STATS* runstats; /**< run statistics for the current neighborhood */
455 … allrewardsmode; /**< true if solutions should only be checked for reward comparisons */
H A Dheur_shiftandpropagate.c180 struct SCIP_EventData struct
182 int colpos; /**< column position of the event-related variable */
H A Dcons_knapsack.c242 struct SCIP_EventData struct
244 …IP_CONS* cons; /**< knapsack constraint to process the bound change for */
245 SCIP_Longint weight; /**< weight of variable */
246 int filterpos; /**< position of event in variable's event filter */
H A Dcons_linear.c261 struct SCIP_EventData struct
263 …SCIP_CONS* cons; /**< linear constraint to process the bound change for */
264 int varpos; /**< position of variable in vars array */
265 int filterpos; /**< position of event in variable's event filter */