Scippy

    SCIP

    Solving Constraint Integer Programs

    struct_expr.h File Reference

    Detailed Description

    structure definitions related to algebraic expressions

    Author
    Ksenia Bestuzheva
    Benjamin Mueller
    Felipe Serrano
    Stefan Vigerske

    Definition in file struct_expr.h.

    #include "scip/type_expr.h"
    #include "scip/type_clock.h"
    #include "scip/type_stat.h"
    #include "blockmemshell/memory.h"

    Go to the source code of this file.

    Data Structures

    struct  SCIP_Exprhdlr
     
    struct  SCIP_Expr
     
    struct  SCIP_QuadExpr
     
    struct  SCIP_QuadExpr_QuadTerm
     
    struct  SCIP_QuadExpr_BilinTerm
     
    struct  SCIP_ExprIter
     

    Typedefs

    typedef struct SCIP_QuadExpr SCIP_QUADEXPR
     
    typedef struct SCIP_QuadExpr_QuadTerm SCIP_QUADEXPR_QUADTERM
     
    typedef struct SCIP_QuadExpr_BilinTerm SCIP_QUADEXPR_BILINTERM
     

    Typedef Documentation

    ◆ SCIP_QUADEXPR

    typedef struct SCIP_QuadExpr SCIP_QUADEXPR

    representation of expression as quadratic

    Definition at line 100 of file struct_expr.h.

    ◆ SCIP_QUADEXPR_QUADTERM

    a single term associated to a quadratic variable

    Definition at line 101 of file struct_expr.h.

    ◆ SCIP_QUADEXPR_BILINTERM

    a single bilinear term

    Definition at line 102 of file struct_expr.h.