SCIP_ExprData_User Struct Reference Detailed Descriptiondata of a user-defined expression Definition at line 101 of file struct_expr.h.
Member Function Documentation
evaluation function
interval evaluation function
curvature check function
interval propagation function
under-/over-estimator function
expression data copy function, or NULL if nothing to copy
expression data free function, or NULL if nothing to free Field Documentation
user data for expression Definition at line 103 of file struct_expr.h. Referenced by exprgraphNodeCreateExpr(), exprgraphNodePropagateBounds(), SCIP_DECL_EXPRCOPYDATA(), SCIP_DECL_EXPRCURV(), SCIP_DECL_EXPREVAL(), SCIP_DECL_EXPRFREEDATA(), SCIP_DECL_EXPRINTEVAL(), SCIPexprCreateUser(), SCIPexprEstimateUser(), SCIPexprEvalIntUser(), SCIPexprEvalUser(), and SCIPexprgraphCreateNodeUser().
capabilities of evaluation functions Definition at line 104 of file struct_expr.h. Referenced by exprgraphNodeCreateExpr(), SCIPexprCreateUser(), and SCIPexprgraphCreateNodeUser(). |