Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
interval.cc File Reference
#include <algorithm>
#include <cstdint>
#include <limits>
#include <string>
#include <vector>
#include "absl/strings/str_cat.h"
#include "absl/strings/str_format.h"
#include "absl/strings/string_view.h"
#include "absl/types/span.h"
#include "ortools/base/logging.h"
#include "ortools/base/types.h"
#include "ortools/constraint_solver/constraint_solver.h"
#include "ortools/constraint_solver/constraint_solveri.h"
#include "ortools/util/saturated_arithmetic.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.
 

Functions

IntExproperations_research::BuildStartExpr (IntervalVar *var)
 --— Expression builders ---—
 
IntExproperations_research::BuildDurationExpr (IntervalVar *var)
 
IntExproperations_research::BuildEndExpr (IntervalVar *var)
 
IntExproperations_research::BuildSafeStartExpr (IntervalVar *var, int64_t unperformed_value)
 
IntExproperations_research::BuildSafeDurationExpr (IntervalVar *var, int64_t unperformed_value)
 
IntExproperations_research::BuildSafeEndExpr (IntervalVar *var, int64_t unperformed_value)
 
void operations_research::LinkVarExpr (Solver *s, IntExpr *expr, IntVar *var)
 --— IntExprElement --—
 

Variable Documentation

◆ cleaner_

Solver::Action cleaner_
protected

Definition at line 440 of file interval.cc.

◆ handler_

Handler handler_
protected

Definition at line 439 of file interval.cc.

◆ in_process_

bool in_process_
protected

Definition at line 438 of file interval.cc.

◆ offset_

const int64_t offset_
protected

Definition at line 2124 of file interval.cc.