VERTEXPOLYFUN_EVALDATA Struct Reference
Detailed Description
data struct to be be passed on to vertexpoly-evalfunction (see SCIPcomputeFacetVertexPolyhedralNonlinear)
Definition at line 104 of file nlhdlr_convex.c.
Data Fields | |
SCIP_NLHDLREXPRDATA * | nlhdlrexprdata |
SCIP_SOL * | evalsol |
SCIP * | scip |
Field Documentation
◆ nlhdlrexprdata
SCIP_NLHDLREXPRDATA* VERTEXPOLYFUN_EVALDATA::nlhdlrexprdata |
Definition at line 106 of file nlhdlr_convex.c.
Referenced by estimateVertexPolyhedral(), and SCIP_DECL_VERTEXPOLYFUN().
◆ evalsol
SCIP_SOL* VERTEXPOLYFUN_EVALDATA::evalsol |
Definition at line 107 of file nlhdlr_convex.c.
Referenced by estimateVertexPolyhedral(), and SCIP_DECL_VERTEXPOLYFUN().
◆ scip
SCIP* VERTEXPOLYFUN_EVALDATA::scip |
Definition at line 108 of file nlhdlr_convex.c.
Referenced by estimateVertexPolyhedral(), and SCIP_DECL_VERTEXPOLYFUN().