EasyLocal++ Documentation


 
Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

ExpSpec.tab.h

00001 typedef union {
00002   std::string* char_string;
00003   unsigned long natural;
00004   double real;
00005   ParameterBox* par_box;
00006 } YYSTYPE;
00007 #define INSTANCE        257
00008 #define OUTPUT_PREFIX   258
00009 #define LOG_FILE        259
00010 #define PLOT_PREFIX     260
00011 #define TRIALS  261
00012 #define RUNNER  262
00013 #define TABU_SEARCH     263
00014 #define HILL_CLIMBING   264
00015 #define SIMULATED_ANNEALING     265
00016 #define MAX_ITERATION   266
00017 #define MAX_IDLE_ITERATION      267
00018 #define MIN_TABU_TENURE 268
00019 #define MAX_TABU_TENURE 269
00020 #define START_TEMPERATURE       270
00021 #define COOLING_RATE    271
00022 #define NEIGHBORS_SAMPLED       272
00023 #define BBLOCK  273
00024 #define EBLOCK  274
00025 #define ESTMT   275
00026 #define IDENTIFIER      276
00027 #define STRING  277
00028 #define NATURAL 278
00029 #define REAL    279
00030 
00031 
00032 extern YYSTYPE yylval;
 
Go to: the Main Page of the documentation.