Scippy

SCIP

Solving Constraint Integer Programs

VERTEXPOLYFUN_EVALDATA Struct Reference

Detailed Description

data struct to be be passed on to vertexpoly-evalfunction (see SCIPcomputeFacetVertexPolyhedralNonlinear)

Definition at line 106 of file nlhdlr_convex.c.

Data Fields

SCIP_NLHDLREXPRDATAnlhdlrexprdata
 
SCIP_SOLevalsol
 
SCIPscip
 

Field Documentation

◆ nlhdlrexprdata

SCIP_NLHDLREXPRDATA* VERTEXPOLYFUN_EVALDATA::nlhdlrexprdata

Definition at line 108 of file nlhdlr_convex.c.

Referenced by estimateVertexPolyhedral(), and SCIP_DECL_VERTEXPOLYFUN().

◆ evalsol

SCIP_SOL* VERTEXPOLYFUN_EVALDATA::evalsol

Definition at line 109 of file nlhdlr_convex.c.

Referenced by estimateVertexPolyhedral(), and SCIP_DECL_VERTEXPOLYFUN().

◆ scip

SCIP* VERTEXPOLYFUN_EVALDATA::scip

Definition at line 110 of file nlhdlr_convex.c.

Referenced by estimateVertexPolyhedral(), and SCIP_DECL_VERTEXPOLYFUN().