Google OR-Tools: ortools/flatzinc/parser.tab.hh File Reference
#include "absl/strings/match.h"
#include "absl/strings/str_format.h"
#include "ortools/flatzinc/parser_util.h"
Go to the source code of this file.
Macros | |
| #define | ORFZ_DEBUG 0 |
| #define | OR_TOOLS_FLATZINC_FLATZINC_TAB_HH_ |
| #define | YYLEX_PARAM scanner |
| #define | ORFZ_TOKENTYPE |
Enumerations | |
| enum | orfz_tokentype { ORFZ_EMPTY = -2 , ORFZ_EOF = 0 , ORFZ_error = 256 , ORFZ_UNDEF = 257 , 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 } |
◆ OR_TOOLS_FLATZINC_FLATZINC_TAB_HH_
#define OR_TOOLS_FLATZINC_FLATZINC_TAB_HH_
◆ ORFZ_DEBUG
◆ ORFZ_TOKENTYPE
◆ YYLEX_PARAM
#define YYLEX_PARAM scanner
◆ orfz_token_kind_t
◆ YYSTYPE
◆ orfz_tokentype
Definition at line 77 of file parser.tab.hh.