OR-Tools  9.3
graph_constraints.cc File Reference

Go to the source code of this file.

Namespaces

namespace  operations_research
 Collection of objects used to extend the Constraint Solver library.
 

Variable Documentation

◆ cumuls_

const std::vector<IntVar*> cumuls_
protected

Definition at line 671 of file graph_constraints.cc.

◆ prevs_

RevArray<int> prevs_
protected

Definition at line 672 of file graph_constraints.cc.

◆ supports_

std::vector<int> supports_
protected

Definition at line 673 of file graph_constraints.cc.