24 #ifndef __SCIP_TYPE_EXPRINTERPRET_H__ 25 #define __SCIP_TYPE_EXPRINTERPRET_H__ 35 #define SCIP_EXPRINTCAPABILITY_NONE 0x00000000 36 #define SCIP_EXPRINTCAPABILITY_FUNCVALUE 0x00000001 37 #define SCIP_EXPRINTCAPABILITY_INTFUNCVALUE 0x00000002 38 #define SCIP_EXPRINTCAPABILITY_GRADIENT 0x00000010 39 #define SCIP_EXPRINTCAPABILITY_INTGRADIENT 0x00000020 40 #define SCIP_EXPRINTCAPABILITY_HESSIAN 0x00000100 41 #define SCIP_EXPRINTCAPABILITY_INTHESSIAN 0x00000200 42 #define SCIP_EXPRINTCAPABILITY_ALL (SCIP_EXPRINTCAPABILITY_FUNCVALUE | SCIP_EXPRINTCAPABILITY_INTFUNCVALUE | SCIP_EXPRINTCAPABILITY_GRADIENT | SCIP_EXPRINTCAPABILITY_INTGRADIENT | SCIP_EXPRINTCAPABILITY_HESSIAN | SCIP_EXPRINTCAPABILITY_INTHESSIAN) unsigned int SCIP_EXPRINTCAPABILITY
struct SCIP_ExprIntData SCIP_EXPRINTDATA