![]() |
OR-Tools
8.1
|
Go to the source code of this file.
Namespaces | |
operations_research | |
The vehicle routing library lets one model and solve generic vehicle routing problems ranging from the Traveling Salesman Problem to more complex problems such as the Capacitated Vehicle Routing Problem with Time Windows. | |
operations_research::fz | |
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 | ContainsId (std::vector< Annotation > *annotations, const std::string &id) |
bool | AllDomainsHaveOneValue (const std::vector< Domain > &domains) |
int64 | ConvertAsIntegerOrDie (double d) |
template<class T > | |
const T & | Lookup (const std::vector< T > &v, int index) |
Variables | |
int | orfz_debug |
void orfz_error | ( | operations_research::fz::ParserContext * | context, |
operations_research::fz::Model * | model, | ||
bool * | ok, | ||
void * | scanner, | ||
const char * | str | ||
) |
Definition at line 32 of file parser_util.cc.
int orfz_get_lineno | ( | void * | scanner | ) |
int orfz_lex | ( | YYSTYPE * | , |
void * | scanner | ||
) |
|
extern |