Scippy

    SCIP

    Solving Constraint Integer Programs

    VERTEXPOLYFUN_EVALDATA Struct Reference

    Detailed Description

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

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

    Definition at line 106 of file nlhdlr_convex.c.

    Data Fields

    SCIP_NLHDLREXPRDATAnlhdlrexprdata
     
    SCIP_SOLevalsol
     
    SCIPscip
     
    SCIP_Bool sign
     
    int nsignvars
     

    Field Documentation

    ◆ nlhdlrexprdata

    SCIP_NLHDLREXPRDATA * VERTEXPOLYFUN_EVALDATA::nlhdlrexprdata

    expression data

    Definition at line 108 of file nlhdlr_convex.c.

    Referenced by estimateVertexPolyhedral(), SCIP_DECL_VERTEXPOLYFUN(), and underEstimatePower().

    ◆ 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

    SCIP data structure

    Definition at line 110 of file nlhdlr_convex.c.

    Referenced by estimateVertexPolyhedral(), SCIP_DECL_VERTEXPOLYFUN(), and underEstimatePower().

    ◆ sign

    SCIP_Bool VERTEXPOLYFUN_EVALDATA::sign

    the sign of variables in the reformulated constraint for vertexpoly-evalfunction

    Definition at line 106 of file nlhdlr_signomial.c.

    Referenced by SCIP_DECL_VERTEXPOLYFUN(), and underEstimatePower().

    ◆ nsignvars

    int VERTEXPOLYFUN_EVALDATA::nsignvars

    the number of variables in the reformulated constraint for vertexpoly-evalfunction

    Definition at line 107 of file nlhdlr_signomial.c.

    Referenced by SCIP_DECL_VERTEXPOLYFUN(), and underEstimatePower().