![]() |
OR-Tools
8.0
|
Go to the source code of this file.
Classes | |
| union | yyalloc |
Macros | |
| #define | YYBISON 1 |
| #define | YYBISON_VERSION "3.5.1" |
| #define | YYSKELETON_NAME "yacc.c" |
| #define | YYPURE 2 |
| #define | YYPUSH 0 |
| #define | YYPULL 1 |
| #define | YYSTYPE ORFZ_STYPE |
| #define | yyparse orfz_parse |
| #define | yylex orfz_lex |
| #define | yyerror orfz_error |
| #define | yydebug orfz_debug |
| #define | yynerrs orfz_nerrs |
| #define | YY_CAST(Type, Val) ((Type)(Val)) |
| #define | YY_REINTERPRET_CAST(Type, Val) ((Type)(Val)) |
| #define | YY_NULLPTR ((void*)0) |
| #define | YYERROR_VERBOSE 1 |
| #define | YY_ORFZ_ORTOOLS_FLATZINC_PARSER_TAB_HH_INCLUDED |
| #define | ORFZ_DEBUG 1 |
| #define | OR_TOOLS_FLATZINC_FLATZINC_TAB_HH_ |
| #define | YYLEX_PARAM scanner |
| #define | ORFZ_TOKENTYPE |
| #define | YYPTRDIFF_T long |
| #define | YYPTRDIFF_MAXIMUM LONG_MAX |
| #define | YYSIZE_T unsigned |
| #define | YYSIZE_MAXIMUM |
| #define | YYSIZEOF(X) YY_CAST(YYPTRDIFF_T, sizeof(X)) |
| #define | YY_(Msgid) Msgid |
| #define | YY_ATTRIBUTE_PURE |
| #define | YY_ATTRIBUTE_UNUSED |
| #define | YYUSE(E) ((void)(E)) |
| #define | YY_INITIAL_VALUE(Value) Value |
| #define | YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN |
| #define | YY_IGNORE_MAYBE_UNINITIALIZED_END |
| #define | YY_IGNORE_USELESS_CAST_BEGIN |
| #define | YY_IGNORE_USELESS_CAST_END |
| #define | YY_ASSERT(E) ((void)(0 && (E))) |
| #define | YYSTACK_ALLOC YYMALLOC |
| #define | YYSTACK_FREE YYFREE |
| #define | YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM |
| #define | YYMALLOC malloc |
| #define | YYFREE free |
| #define | YYSTACK_GAP_MAXIMUM (YYSIZEOF(union yyalloc) - 1) |
| #define | YYSTACK_BYTES(N) ((N) * (YYSIZEOF(yy_state_t) + YYSIZEOF(YYSTYPE)) + YYSTACK_GAP_MAXIMUM) |
| #define | YYCOPY_NEEDED 1 |
| #define | YYSTACK_RELOCATE(Stack_alloc, Stack) |
| #define | YYCOPY(Dst, Src, Count) |
| #define | YYFINAL 3 |
| #define | YYLAST 271 |
| #define | YYNTOKENS 32 |
| #define | YYNNTS 32 |
| #define | YYNRULES 96 |
| #define | YYNSTATES 223 |
| #define | YYUNDEFTOK 2 |
| #define | YYMAXUTOK 276 |
| #define | YYTRANSLATE(YYX) (0 <= (YYX) && (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) |
| #define | YYPACT_NINF (-182) |
| #define | yypact_value_is_default(Yyn) ((Yyn) == YYPACT_NINF) |
| #define | YYTABLE_NINF (-19) |
| #define | yytable_value_is_error(Yyn) 0 |
| #define | yyerrok (yyerrstatus = 0) |
| #define | yyclearin (yychar = YYEMPTY) |
| #define | YYEMPTY (-2) |
| #define | YYEOF 0 |
| #define | YYACCEPT goto yyacceptlab |
| #define | YYABORT goto yyabortlab |
| #define | YYERROR goto yyerrorlab |
| #define | YYRECOVERING() (!!yyerrstatus) |
| #define | YYBACKUP(Token, Value) |
| #define | YYTERROR 1 |
| #define | YYERRCODE 256 |
| #define | YYFPRINTF fprintf |
| #define | YYDPRINTF(Args) |
| #define | YY_LOCATION_PRINT(File, Loc) ((void)0) |
| #define | YY_SYMBOL_PRINT(Title, Type, Value, Location) |
| #define | YY_STACK_PRINT(Bottom, Top) |
| #define | YY_REDUCE_PRINT(Rule) |
| #define | YYINITDEPTH 200 |
| #define | YYMAXDEPTH 10000 |
| #define | YYCASE_(N, S) |
| #define | YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) |
| #define | YYSYNTAX_ERROR yysyntax_error(&yymsg_alloc, &yymsg, yyssp, yytoken) |
Typedefs | |
| typedef operations_research::fz::LexerInfo | YYSTYPE |
| typedef signed char | yytype_int8 |
| typedef short | yytype_int16 |
| typedef unsigned char | yytype_uint8 |
| typedef unsigned short | yytype_uint16 |
| typedef yytype_uint8 | yy_state_t |
| typedef int | yy_state_fast_t |
Enumerations | |
| enum | orfz_tokentype { ARRAY = 258, TOKEN_BOOL = 259, CONSTRAINT = 260, TOKEN_FLOAT = 261, TOKEN_INT = 262, MAXIMIZE = 263, MINIMIZE = 264, OF = 265, PREDICATE = 266, SATISFY = 267, SET = 268, SOLVE = 269, VAR = 270, DOTDOT = 271, COLONCOLON = 272, IVALUE = 273, SVALUE = 274, IDENTIFIER = 275, DVALUE = 276 } |
Variables | |
| int | orfz_debug |
| static const yytype_int8 | yytranslate [] |
| static const yytype_int16 | yyrline [] |
| static const char *const | yytname [] |
| static const yytype_int16 | yypact [] |
| static const yytype_int8 | yydefact [] |
| static const yytype_int16 | yypgoto [] |
| static const yytype_int16 | yydefgoto [] |
| static const yytype_int16 | yytable [] |
| static const yytype_int16 | yycheck [] |
| static const yytype_int8 | yystos [] |
| static const yytype_int8 | yyr1 [] |
| static const yytype_int8 | yyr2 [] |
| int | yydebug |
| #define OR_TOOLS_FLATZINC_FLATZINC_TAB_HH_ |
Definition at line 140 of file parser.tab.cc.
| #define ORFZ_DEBUG 1 |
Definition at line 130 of file parser.tab.cc.
| #define ORFZ_TOKENTYPE |
Definition at line 157 of file parser.tab.cc.
| #define YY_ | ( | Msgid | ) | Msgid |
Definition at line 319 of file parser.tab.cc.
| #define YY_ASSERT | ( | E | ) | ((void)(0 && (E))) |
Definition at line 375 of file parser.tab.cc.
| #define YY_ATTRIBUTE_PURE |
Definition at line 327 of file parser.tab.cc.
| #define YY_ATTRIBUTE_UNUSED |
Definition at line 335 of file parser.tab.cc.
| #define YY_CAST | ( | Type, | |
| Val | |||
| ) | ((Type)(Val)) |
Definition at line 93 of file parser.tab.cc.
| #define YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN |
Definition at line 357 of file parser.tab.cc.
| #define YY_IGNORE_MAYBE_UNINITIALIZED_END |
Definition at line 358 of file parser.tab.cc.
| #define YY_IGNORE_USELESS_CAST_BEGIN |
Definition at line 371 of file parser.tab.cc.
| #define YY_IGNORE_USELESS_CAST_END |
Definition at line 372 of file parser.tab.cc.
| #define YY_INITIAL_VALUE | ( | Value | ) | Value |
Definition at line 354 of file parser.tab.cc.
| #define YY_LOCATION_PRINT | ( | File, | |
| Loc | |||
| ) | ((void)0) |
Definition at line 811 of file parser.tab.cc.
| #define YY_NULLPTR ((void*)0) |
Definition at line 105 of file parser.tab.cc.
| #define YY_ORFZ_ORTOOLS_FLATZINC_PARSER_TAB_HH_INCLUDED |
Definition at line 120 of file parser.tab.cc.
| #define YY_REDUCE_PRINT | ( | Rule | ) |
Definition at line 903 of file parser.tab.cc.
| #define YY_REINTERPRET_CAST | ( | Type, | |
| Val | |||
| ) | ((Type)(Val)) |
Definition at line 94 of file parser.tab.cc.
| #define YY_STACK_PRINT | ( | Bottom, | |
| Top | |||
| ) |
Definition at line 876 of file parser.tab.cc.
| #define YY_SYMBOL_PRINT | ( | Title, | |
| Type, | |||
| Value, | |||
| Location | |||
| ) |
| #define YYABORT goto yyabortlab |
Definition at line 772 of file parser.tab.cc.
| #define YYACCEPT goto yyacceptlab |
Definition at line 771 of file parser.tab.cc.
| #define YYBACKUP | ( | Token, | |
| Value | |||
| ) |
| #define YYBISON 1 |
Definition at line 62 of file parser.tab.cc.
| #define YYBISON_VERSION "3.5.1" |
Definition at line 65 of file parser.tab.cc.
| #define YYCASE_ | ( | N, | |
| S | |||
| ) |
| #define yyclearin (yychar = YYEMPTY) |
Definition at line 767 of file parser.tab.cc.
| #define YYCOPY | ( | Dst, | |
| Src, | |||
| Count | |||
| ) |
Definition at line 491 of file parser.tab.cc.
| #define YYCOPY_NEEDED 1 |
Definition at line 465 of file parser.tab.cc.
| #define yydebug orfz_debug |
Definition at line 85 of file parser.tab.cc.
| #define YYDPRINTF | ( | Args | ) |
Definition at line 804 of file parser.tab.cc.
| #define YYEMPTY (-2) |
Definition at line 768 of file parser.tab.cc.
| #define YYEOF 0 |
Definition at line 769 of file parser.tab.cc.
| #define YYERRCODE 256 |
Definition at line 794 of file parser.tab.cc.
| #define yyerrok (yyerrstatus = 0) |
Definition at line 766 of file parser.tab.cc.
| #define yyerror orfz_error |
Definition at line 84 of file parser.tab.cc.
| #define YYERROR goto yyerrorlab |
Definition at line 773 of file parser.tab.cc.
| #define YYERROR_VERBOSE 1 |
Definition at line 114 of file parser.tab.cc.
| #define YYFINAL 3 |
Definition at line 501 of file parser.tab.cc.
| #define YYFPRINTF fprintf |
Definition at line 801 of file parser.tab.cc.
| #define YYFREE free |
Definition at line 439 of file parser.tab.cc.
| #define YYINITDEPTH 200 |
Definition at line 921 of file parser.tab.cc.
| #define YYLAST 271 |
Definition at line 503 of file parser.tab.cc.
| #define yylex orfz_lex |
Definition at line 83 of file parser.tab.cc.
| #define YYLEX_PARAM scanner |
Definition at line 149 of file parser.tab.cc.
| #define YYMALLOC malloc |
Definition at line 433 of file parser.tab.cc.
| #define YYMAXDEPTH 10000 |
Definition at line 932 of file parser.tab.cc.
| #define YYMAXUTOK 276 |
Definition at line 515 of file parser.tab.cc.
| #define yynerrs orfz_nerrs |
Definition at line 86 of file parser.tab.cc.
| #define YYNNTS 32 |
Definition at line 508 of file parser.tab.cc.
| #define YYNRULES 96 |
Definition at line 510 of file parser.tab.cc.
| #define YYNSTATES 223 |
Definition at line 512 of file parser.tab.cc.
| #define YYNTOKENS 32 |
Definition at line 506 of file parser.tab.cc.
| #define YYPACT_NINF (-182) |
Definition at line 631 of file parser.tab.cc.
| #define yypact_value_is_default | ( | Yyn | ) | ((Yyn) == YYPACT_NINF) |
Definition at line 633 of file parser.tab.cc.
| #define yyparse orfz_parse |
Definition at line 82 of file parser.tab.cc.
| #define YYPOPSTACK | ( | N | ) | (yyvsp -= (N), yyssp -= (N)) |
| #define YYPTRDIFF_MAXIMUM LONG_MAX |
Definition at line 281 of file parser.tab.cc.
| #define YYPTRDIFF_T long |
Definition at line 280 of file parser.tab.cc.
| #define YYPULL 1 |
Definition at line 77 of file parser.tab.cc.
| #define YYPURE 2 |
Definition at line 71 of file parser.tab.cc.
| #define YYPUSH 0 |
Definition at line 74 of file parser.tab.cc.
| #define YYRECOVERING | ( | ) | (!!yyerrstatus) |
Definition at line 775 of file parser.tab.cc.
| #define YYSIZE_MAXIMUM |
Definition at line 298 of file parser.tab.cc.
| #define YYSIZE_T unsigned |
Definition at line 294 of file parser.tab.cc.
| #define YYSIZEOF | ( | X | ) | YY_CAST(YYPTRDIFF_T, sizeof(X)) |
Definition at line 303 of file parser.tab.cc.
| #define YYSKELETON_NAME "yacc.c" |
Definition at line 68 of file parser.tab.cc.
| #define YYSTACK_ALLOC YYMALLOC |
Definition at line 419 of file parser.tab.cc.
| #define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM |
Definition at line 422 of file parser.tab.cc.
| #define YYSTACK_BYTES | ( | N | ) | ((N) * (YYSIZEOF(yy_state_t) + YYSIZEOF(YYSTYPE)) + YYSTACK_GAP_MAXIMUM) |
Definition at line 462 of file parser.tab.cc.
| #define YYSTACK_FREE YYFREE |
Definition at line 420 of file parser.tab.cc.
Definition at line 458 of file parser.tab.cc.
| #define YYSTACK_RELOCATE | ( | Stack_alloc, | |
| Stack | |||
| ) |
Definition at line 472 of file parser.tab.cc.
| #define YYSTYPE ORFZ_STYPE |
Definition at line 80 of file parser.tab.cc.
| #define YYSYNTAX_ERROR yysyntax_error(&yymsg_alloc, &yymsg, yyssp, yytoken) |
| #define YYTABLE_NINF (-19) |
Definition at line 635 of file parser.tab.cc.
| #define yytable_value_is_error | ( | Yyn | ) | 0 |
Definition at line 637 of file parser.tab.cc.
| #define YYTERROR 1 |
Definition at line 793 of file parser.tab.cc.
| #define YYTRANSLATE | ( | YYX | ) | (0 <= (YYX) && (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) |
Definition at line 519 of file parser.tab.cc.
| #define YYUNDEFTOK 2 |
Definition at line 514 of file parser.tab.cc.
| #define YYUSE | ( | E | ) | ((void)(E)) |
Definition at line 341 of file parser.tab.cc.
| typedef int yy_state_fast_t |
Definition at line 308 of file parser.tab.cc.
| typedef yytype_uint8 yy_state_t |
Definition at line 305 of file parser.tab.cc.
Definition at line 145 of file parser.tab.cc.
| typedef short yytype_int16 |
Definition at line 243 of file parser.tab.cc.
| typedef signed char yytype_int8 |
Definition at line 235 of file parser.tab.cc.
| typedef unsigned short yytype_uint16 |
Definition at line 263 of file parser.tab.cc.
| typedef unsigned char yytype_uint8 |
Definition at line 252 of file parser.tab.cc.
| enum orfz_tokentype |
| Enumerator | |
|---|---|
| ARRAY | |
| TOKEN_BOOL | |
| CONSTRAINT | |
| TOKEN_FLOAT | |
| TOKEN_INT | |
| MAXIMIZE | |
| MINIMIZE | |
| OF | |
| PREDICATE | |
| SATISFY | |
| SET | |
| SOLVE | |
| VAR | |
| DOTDOT | |
| COLONCOLON | |
| IVALUE | |
| SVALUE | |
| IDENTIFIER | |
| DVALUE | |
Definition at line 157 of file parser.tab.cc.
| void free | ( | void * | ) |
| void* malloc | ( | YYSIZE_T | ) |
| int orfz_parse | ( | operations_research::fz::ParserContext * | context, |
| operations_research::fz::Model * | model, | ||
| bool * | ok, | ||
| void * | scanner | ||
| ) |
|
static |
Definition at line 884 of file parser.tab.cc.
|
static |
Definition at line 866 of file parser.tab.cc.
|
static |
Definition at line 849 of file parser.tab.cc.
|
static |
Definition at line 826 of file parser.tab.cc.
|
static |
Definition at line 1146 of file parser.tab.cc.
| int yyparse | ( | operations_research::fz::ParserContext * | context, |
| operations_research::fz::Model * | model, | ||
| bool * | ok, | ||
| void * | scanner | ||
| ) |
Definition at line 1167 of file parser.tab.cc.
|
static |
Definition at line 955 of file parser.tab.cc.
|
static |
Definition at line 941 of file parser.tab.cc.
|
static |
Definition at line 1018 of file parser.tab.cc.
|
static |
Definition at line 974 of file parser.tab.cc.
| int orfz_debug |
|
static |
Definition at line 713 of file parser.tab.cc.
| int yydebug |
Definition at line 910 of file parser.tab.cc.
|
static |
Definition at line 664 of file parser.tab.cc.
|
static |
Definition at line 685 of file parser.tab.cc.
|
static |
Definition at line 640 of file parser.tab.cc.
|
static |
Definition at line 679 of file parser.tab.cc.
|
static |
Definition at line 749 of file parser.tab.cc.
|
static |
Definition at line 758 of file parser.tab.cc.
|
static |
Definition at line 541 of file parser.tab.cc.
|
static |
Definition at line 734 of file parser.tab.cc.
|
static |
Definition at line 692 of file parser.tab.cc.
|
static |
Definition at line 554 of file parser.tab.cc.
|
static |
Definition at line 523 of file parser.tab.cc.