Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_event.h143 struct SCIP_EventRowSideChanged struct
145 SCIP_ROW* row; /**< row which side has changed */
146 SCIP_SIDETYPE side; /**< which side has changed */
147 SCIP_Real oldval; /**< old value of side */
148 SCIP_Real newval; /**< new value of side */