![]() |
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. | |
Functions | |
void | GScipSetTimeLimit (absl::Duration time_limit, GScipParameters *parameters) |
absl::Duration | GScipTimeLimit (const GScipParameters ¶meters) |
bool | GScipTimeLimitSet (const GScipParameters ¶meters) |
void | GScipSetMaxNumThreads (int num_threads, GScipParameters *parameters) |
int | GScipMaxNumThreads (const GScipParameters ¶meters) |
bool | GScipMaxNumThreadsSet (const GScipParameters ¶meters) |
void | GScipSetLogLevel (GScipParameters *parameters, int log_level) |
int | GScipLogLevel (const GScipParameters ¶meters) |
bool | GScipLogLevelSet (const GScipParameters ¶meters) |
void | GScipSetOutputEnabled (GScipParameters *parameters, bool output_enabled) |
bool | GScipOutputEnabled (const GScipParameters ¶meters) |
bool | GScipOutputEnabledSet (const GScipParameters ¶meters) |
void | GScipSetRandomSeed (GScipParameters *parameters, int random_seed) |
int | GScipRandomSeed (const GScipParameters ¶meters) |
bool | GScipRandomSeedSet (const GScipParameters ¶meters) |