OR-Tools  8.1
sched_constraints.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.
 

Variable Documentation

◆ end_max

Rev<int64> end_max

Definition at line 244 of file sched_constraints.cc.

◆ end_min

Rev<int64> end_min

Definition at line 243 of file sched_constraints.cc.

◆ performed

Rev<int> performed

Definition at line 245 of file sched_constraints.cc.

◆ start_max

Rev<int64> start_max

Definition at line 242 of file sched_constraints.cc.

◆ start_min

Rev<int64> start_min

Definition at line 241 of file sched_constraints.cc.

◆ target_var_

IntervalVar* const target_var_
protected

Definition at line 230 of file sched_constraints.cc.

◆ vars_

const std::vector<IntervalVar*> vars_
protected

Definition at line 229 of file sched_constraints.cc.