Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
sched_constraints.cc File Reference
#include <algorithm>
#include <cstdint>
#include <limits>
#include <string>
#include <vector>
#include "absl/base/attributes.h"
#include "absl/log/check.h"
#include "absl/strings/str_format.h"
#include "absl/strings/string_view.h"
#include "ortools/constraint_solver/constraint_solver.h"
#include "ortools/constraint_solver/constraint_solveri.h"
#include "ortools/util/string_array.h"

Go to the source code of this file.

Namespaces

namespace  operations_research
 In SWIG mode, we don't want anything besides these top-level includes.
 

Variable Documentation

◆ end_max

Rev<int64_t> end_max

Definition at line 247 of file sched_constraints.cc.

◆ end_min

Rev<int64_t> end_min

Definition at line 246 of file sched_constraints.cc.

◆ performed

Rev<int> performed

Definition at line 248 of file sched_constraints.cc.

◆ start_max

Rev<int64_t> start_max

Definition at line 245 of file sched_constraints.cc.

◆ start_min

Rev<int64_t> start_min

Definition at line 244 of file sched_constraints.cc.

◆ target_var_

IntervalVar* const target_var_
protected

Definition at line 233 of file sched_constraints.cc.

◆ vars_

const std::vector<IntervalVar*> vars_
protected

Definition at line 232 of file sched_constraints.cc.