Google OR-Tools: ortools/flatzinc/parser_util.cc File Reference

Go to the source code of this file.

Functions

int orfz_lex (YYSTYPE *, void *scanner)
int orfz_get_lineno (void *scanner)
void orfz_error (operations_research::fz::ParserContext *context, operations_research::fz::Model *model, bool *ok, void *scanner, const char *str)
bool operations_research::fz::ContainsId (std::vector< Annotation > *annotations, absl::string_view id)
bool operations_research::fz::AllDomainsHaveOneValue (const std::vector< Domain > &domains)
int64_t operations_research::fz::ConvertAsIntegerOrDie (double d)
template<class T>
const T & operations_research::fz::Lookup (const std::vector< T > &v, int index)

◆ orfz_error()

◆ orfz_get_lineno()

int orfz_get_lineno ( void * scanner)
extern

◆ orfz_lex()

int orfz_lex ( YYSTYPE * ,
void * scanner )
extern

◆ orfz_debug