OR-Tools  9.3
sched_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

◆ end_max

Rev<int64_t> end_max

Definition at line 246 of file sched_constraints.cc.

◆ end_min

Rev<int64_t> end_min

Definition at line 245 of file sched_constraints.cc.

◆ performed

Rev<int> performed

Definition at line 247 of file sched_constraints.cc.

◆ start_max

Rev<int64_t> start_max

Definition at line 244 of file sched_constraints.cc.

◆ start_min

Rev<int64_t> start_min

Definition at line 243 of file sched_constraints.cc.

◆ target_var_

IntervalVar* const target_var_
protected

Definition at line 232 of file sched_constraints.cc.

◆ vars_

const std::vector<IntervalVar*> vars_
protected

Definition at line 231 of file sched_constraints.cc.