Solving Constraint Integer Programs
Eventdata for variable bound change events.
Definition at line 75 of file cons_soc.c.
the constraint data
Definition at line 77 of file cons_soc.c.
Referenced by addLinearizationCuts(), catchLhsVarEvents(), catchRhsVarEvents(), catchVarEvents(), computeViolation(), computeViolations(), createNlRow(), dropLhsVarEvents(), dropRhsVarEvents(), dropVarEvents(), evalLhs(), generateCutPoint(), generateCutProjectedPoint(), generateCutSol(), generateSparseCut(), getGradientNorm(), polishSolution(), presolveRemoveFixedVariables(), propagateBounds(), SCIP_DECL_CONSCHECK(), SCIP_DECL_CONSCOPY(), SCIP_DECL_CONSDELETE(), SCIP_DECL_CONSENFOLP(), SCIP_DECL_CONSEXITSOL(), SCIP_DECL_CONSGETNVARS(), SCIP_DECL_CONSGETVARS(), SCIP_DECL_CONSINITSOL(), SCIP_DECL_CONSLOCK(), SCIP_DECL_CONSPRESOL(), SCIP_DECL_CONSPRINT(), SCIP_DECL_CONSTRANS(), SCIP_DECL_EVENTEXEC(), SCIPaddToNlpiProblemSOC(), SCIPcreateConsSOC(), SCIPgetNlRowSOC(), and separatePoint().
the index of a variable on the left hand side which bound change is caught, or -1 for variable on right hand side
Definition at line 78 of file cons_soc.c.
Referenced by catchLhsVarEvents(), and dropLhsVarEvents().
position of corresponding event in event filter
Definition at line 79 of file cons_soc.c.