![]() |
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 | |
IntExpr * | BuildStartExpr (IntervalVar *var) |
IntExpr * | BuildDurationExpr (IntervalVar *var) |
IntExpr * | BuildEndExpr (IntervalVar *var) |
IntExpr * | BuildSafeStartExpr (IntervalVar *var, int64 unperformed_value) |
IntExpr * | BuildSafeDurationExpr (IntervalVar *var, int64 unperformed_value) |
IntExpr * | BuildSafeEndExpr (IntervalVar *var, int64 unperformed_value) |
void | LinkVarExpr (Solver *const s, IntExpr *const expr, IntVar *const var) |
|
protected |
Definition at line 421 of file interval.cc.
|
protected |
Definition at line 420 of file interval.cc.
|
protected |
Definition at line 419 of file interval.cc.
|
protected |
Definition at line 2076 of file interval.cc.