38#ifndef __SCIP_TYPE_EXPRINTERPRET_H__
39#define __SCIP_TYPE_EXPRINTERPRET_H__
49#define SCIP_EXPRINTCAPABILITY_NONE 0x00000000
50#define SCIP_EXPRINTCAPABILITY_FUNCVALUE 0x00000001
51#define SCIP_EXPRINTCAPABILITY_GRADIENT 0x00000010
52#define SCIP_EXPRINTCAPABILITY_HESSIAN 0x00000100
53#define SCIP_EXPRINTCAPABILITY_ALL (SCIP_EXPRINTCAPABILITY_FUNCVALUE | SCIP_EXPRINTCAPABILITY_GRADIENT | SCIP_EXPRINTCAPABILITY_HESSIAN)
struct SCIP_ExprIntData SCIP_EXPRINTDATA
struct SCIP_ExprInt SCIP_EXPRINT
unsigned int SCIP_EXPRINTCAPABILITY