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

Macros

#define IS_TYPE(type, tag)   type.compare(ModelVisitor::tag) == 0
 

Macro Definition Documentation

◆ IS_TYPE

#define IS_TYPE (   type,
  tag 
)    type.compare(ModelVisitor::tag) == 0

Definition at line 2381 of file expr_array.cc.

Variable Documentation

◆ coef

int64 coef

Definition at line 1859 of file expr_array.cc.

◆ inactive_

RevSwitch inactive_
protected

Definition at line 1471 of file expr_array.cc.

◆ node_max

Rev<int64> node_max

Definition at line 141 of file expr_array.cc.

◆ node_min

Rev<int64> node_min

Definition at line 140 of file expr_array.cc.

◆ var

IntVar* var
Examples
nurses_cp.cc.

Definition at line 1858 of file expr_array.cc.

◆ vars_

std::vector<IntVar*> vars_
protected

Definition at line 135 of file expr_array.cc.