OR-Tools  8.1
graph_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

◆ cumuls_

const std::vector<IntVar*> cumuls_
protected

Definition at line 670 of file graph_constraints.cc.

◆ prevs_

RevArray<int> prevs_
protected

Definition at line 671 of file graph_constraints.cc.

◆ supports_

std::vector<int> supports_
protected

Definition at line 672 of file graph_constraints.cc.