VERTEXPOLYFUN_EVALDATA Struct Reference
Detailed Description
data struct to be be passed on to vertexpoly-evalfunction (see SCIPcomputeFacetVertexPolyhedralNonlinear)
Definition at line 94 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 96 of file nlhdlr_convex.c.
Referenced by estimateVertexPolyhedral(), and SCIP_DECL_VERTEXPOLYFUN().
◆ evalsol
SCIP_SOL* VERTEXPOLYFUN_EVALDATA::evalsol |
Definition at line 97 of file nlhdlr_convex.c.
Referenced by estimateVertexPolyhedral(), and SCIP_DECL_VERTEXPOLYFUN().
◆ scip
SCIP* VERTEXPOLYFUN_EVALDATA::scip |
Definition at line 98 of file nlhdlr_convex.c.
Referenced by estimateVertexPolyhedral(), and SCIP_DECL_VERTEXPOLYFUN().