34#ifndef __SCIP_EXPR_ENTROPY_H__
35#define __SCIP_EXPR_ENTROPY_H__
SCIP_Bool SCIPisExprEntropy(SCIP *scip, SCIP_EXPR *expr)
SCIP_RETCODE SCIPcreateExprEntropy(SCIP *scip, SCIP_EXPR **expr, SCIP_EXPR *child, SCIP_DECL_EXPR_OWNERCREATE((*ownercreate)), void *ownercreatedata)
SCIP_RETCODE SCIPincludeExprhdlrEntropy(SCIP *scip)
type and macro definitions related to algebraic expressions
struct SCIP_Expr SCIP_EXPR
#define SCIP_DECL_EXPR_OWNERCREATE(x)
enum SCIP_Retcode SCIP_RETCODE