OR-Tools  9.1
expr_array.cc File Reference

Go to the source code of this file.

Namespaces

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

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 2402 of file expr_array.cc.

Variable Documentation

◆ coef

int64_t coef

Definition at line 1875 of file expr_array.cc.

◆ inactive_

RevSwitch inactive_
protected

Definition at line 1487 of file expr_array.cc.

◆ node_max

Rev<int64_t> node_max

Definition at line 144 of file expr_array.cc.

◆ node_min

Rev<int64_t> node_min

Definition at line 143 of file expr_array.cc.

◆ var

IntVar* var
Examples
nurses_cp.cc.

Definition at line 1874 of file expr_array.cc.

◆ vars_

std::vector<IntVar*> vars_
protected

Definition at line 138 of file expr_array.cc.