All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Detailed Descriptiontype definitions for expression interpreter Definition in file type_exprinterpret.h. Go to the source code of this file.
Macro Definition Documentation
the expression interpreter is capable of nothing Definition at line 35 of file type_exprinterpret.h. Referenced by SCIPexprintGetCapability().
the expression interpreter is able to compute a function value in a point Definition at line 36 of file type_exprinterpret.h. Referenced by SCIP_DECL_NLPISOLVE(), and SCIPexprintGetCapability().
the expression interpreter is able to compute an interval function value Definition at line 37 of file type_exprinterpret.h. Referenced by SCIPexprintGetCapability().
the expression interpreter is able to compute a gradient in a point Definition at line 38 of file type_exprinterpret.h. Referenced by SCIP_DECL_NLPISOLVE(), and SCIPexprintGetCapability().
the expression interpreter is able to compute an interval gradient Definition at line 39 of file type_exprinterpret.h. Referenced by addIntervalGradientEstimator(), and SCIPexprintGetCapability().
the expression interpreter is able to compute a full hessian in a point Definition at line 40 of file type_exprinterpret.h. Referenced by processNlRow(), SCIP_DECL_NLPISOLVE(), and SCIPexprintGetCapability().
the expression interpreter is able to compute an interval hessian Definition at line 41 of file type_exprinterpret.h. Typedef Documentation
an expression interpreter Definition at line 31 of file type_exprinterpret.h.
data of an expression interpreter Definition at line 32 of file type_exprinterpret.h.
type of expression interpreter capability Definition at line 33 of file type_exprinterpret.h. |