OR-Tools  8.1
interval.cc File Reference

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)
 

Variable Documentation

◆ cleaner_

Solver::Action cleaner_
protected

Definition at line 421 of file interval.cc.

◆ handler_

Handler handler_
protected

Definition at line 420 of file interval.cc.

◆ in_process_

bool in_process_
protected

Definition at line 419 of file interval.cc.

◆ offset_

const int64 offset_
protected

Definition at line 2076 of file interval.cc.