33#ifndef __SCIP_EXPR_VARIDX_H__
34#define __SCIP_EXPR_VARIDX_H__
int SCIPgetIndexExprVaridx(SCIP_EXPR *expr)
SCIP_Bool SCIPisExprVaridx(SCIP *scip, SCIP_EXPR *expr)
SCIP_RETCODE SCIPcreateExprVaridx(SCIP *scip, SCIP_EXPR **expr, int varidx, SCIP_DECL_EXPR_OWNERCREATE((*ownercreate)), void *ownercreatedata)
void SCIPsetIndexExprVaridx(SCIP_EXPR *expr, int newindex)
SCIP_RETCODE SCIPincludeExprhdlrVaridx(SCIP *scip)
type and macro definitions related to algebraic expressions
#define SCIP_DECL_EXPR_OWNERCREATE(x)
enum SCIP_Retcode SCIP_RETCODE
type definitions for SCIP's main datastructure