Go to the source code of this file.
|
| 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 |
|
|
| ABSL_FLAG (std::string, file, "", "Input file in the flatzinc format.") |
|
| ABSL_FLAG (bool, print, false, "Print model.") |
|
| ABSL_FLAG (bool, presolve, false, "Presolve loaded file.") |
|
| ABSL_FLAG (bool, statistics, false, "Print model statistics") |
|
void | ParseFile (const std::string &filename, bool presolve) |
|
int | main (int argc, char **argv) |
|
◆ ABSL_FLAG() [1/4]
ABSL_FLAG |
( |
bool |
, |
|
|
presolve |
, |
|
|
false |
, |
|
|
"Presolve loaded file." |
|
|
) |
| |
◆ ABSL_FLAG() [2/4]
ABSL_FLAG |
( |
bool |
, |
|
|
print |
, |
|
|
false |
, |
|
|
"Print model." |
|
|
) |
| |
◆ ABSL_FLAG() [3/4]
ABSL_FLAG |
( |
bool |
, |
|
|
statistics |
, |
|
|
false |
, |
|
|
"Print model statistics" |
|
|
) |
| |
◆ ABSL_FLAG() [4/4]
ABSL_FLAG |
( |
std::string |
, |
|
|
file |
, |
|
|
"" |
, |
|
|
"Input file in the flatzinc format." |
|
|
) |
| |
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |