27 #ifndef __SCIP_TYPE_BANDIT_H__ 28 #define __SCIP_TYPE_BANDIT_H__ 54 #define SCIP_DECL_BANDITFREE(x) SCIP_RETCODE x ( \ 60 #define SCIP_DECL_BANDITSELECT(x) SCIP_RETCODE x ( \ 61 SCIP_BANDIT* bandit, \ 66 #define SCIP_DECL_BANDITUPDATE(x) SCIP_RETCODE x ( \ 67 SCIP_BANDIT* bandit, \ 73 #define SCIP_DECL_BANDITRESET(x) SCIP_RETCODE x ( \ 75 SCIP_BANDIT* bandit, \ 76 SCIP_Real* priorities \ timing definitions for SCIP
type definitions for SCIP's main datastructure
struct SCIP_BanditData SCIP_BANDITDATA
result codes for SCIP callback methods
common defines and data types used in all packages of SCIP
memory allocation routines