structure definitions related to algebraic expressions
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 |
typedef struct SCIP_QuadExpr SCIP_QUADEXPR |
representation of expression as quadratic
Definition at line 100 of file struct_expr.h.
typedef struct SCIP_QuadExpr_QuadTerm SCIP_QUADEXPR_QUADTERM |
a single term associated to a quadratic variable
Definition at line 101 of file struct_expr.h.
typedef struct SCIP_QuadExpr_BilinTerm SCIP_QUADEXPR_BILINTERM |
a single bilinear term
Definition at line 102 of file struct_expr.h.