EXPRENFO Struct Reference
Detailed Description
enforcement data of an expression
Definition at line 149 of file cons_nonlinear.c.
Field Documentation
◆ nlhdlr
SCIP_NLHDLR* EXPRENFO::nlhdlr |
nonlinear handler
Definition at line 151 of file cons_nonlinear.c.
◆ nlhdlrexprdata
SCIP_NLHDLREXPRDATA* EXPRENFO::nlhdlrexprdata |
data of nonlinear handler
Definition at line 152 of file cons_nonlinear.c.
◆ nlhdlrparticipation
SCIP_NLHDLR_METHOD EXPRENFO::nlhdlrparticipation |
methods where nonlinear handler participates
Definition at line 153 of file cons_nonlinear.c.
◆ issepainit
SCIP_Bool EXPRENFO::issepainit |
was the initsepa callback of nlhdlr called
Definition at line 154 of file cons_nonlinear.c.
◆ auxvalue
SCIP_Real EXPRENFO::auxvalue |
auxiliary value of expression w.r.t. currently enforced solution
Definition at line 155 of file cons_nonlinear.c.
◆ sepabelowusesactivity
SCIP_Bool EXPRENFO::sepabelowusesactivity |
whether sepabelow uses activity of some expression
Definition at line 156 of file cons_nonlinear.c.
◆ sepaaboveusesactivity
SCIP_Bool EXPRENFO::sepaaboveusesactivity |
whether sepaabove uses activity of some expression
Definition at line 157 of file cons_nonlinear.c.