Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#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 | |
IntExpr * | operations_research::BuildStartExpr (IntervalVar *var) |
--— Expression builders ---— | |
IntExpr * | operations_research::BuildDurationExpr (IntervalVar *var) |
IntExpr * | operations_research::BuildEndExpr (IntervalVar *var) |
IntExpr * | operations_research::BuildSafeStartExpr (IntervalVar *var, int64_t unperformed_value) |
IntExpr * | operations_research::BuildSafeDurationExpr (IntervalVar *var, int64_t unperformed_value) |
IntExpr * | operations_research::BuildSafeEndExpr (IntervalVar *var, int64_t unperformed_value) |
void | operations_research::LinkVarExpr (Solver *s, IntExpr *expr, IntVar *var) |
--— IntExprElement --— | |
|
protected |
Definition at line 440 of file interval.cc.
|
protected |
Definition at line 439 of file interval.cc.
|
protected |
Definition at line 438 of file interval.cc.
|
protected |
Definition at line 2124 of file interval.cc.