36#ifndef __SCIP_TYPE_BANDIT_H__
37#define __SCIP_TYPE_BANDIT_H__
63#define SCIP_DECL_BANDITFREE(x) SCIP_RETCODE x ( \
69#define SCIP_DECL_BANDITSELECT(x) SCIP_RETCODE x ( \
70 SCIP_BANDIT* bandit, \
75#define SCIP_DECL_BANDITUPDATE(x) SCIP_RETCODE x ( \
76 SCIP_BANDIT* bandit, \
82#define SCIP_DECL_BANDITRESET(x) SCIP_RETCODE x ( \
84 SCIP_BANDIT* bandit, \
85 SCIP_Real* priorities \
common defines and data types used in all packages of SCIP
memory allocation routines
struct SCIP_Bandit SCIP_BANDIT
struct SCIP_BanditData SCIP_BANDITDATA
struct SCIP_BanditVTable SCIP_BANDITVTABLE
result codes for SCIP callback methods
type definitions for SCIP's main datastructure
timing definitions for SCIP