Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <cstdint>
#include <string>
#include <vector>
#include "absl/strings/str_format.h"
#include "ortools/constraint_solver/constraint_solver.h"
#include "ortools/constraint_solver/constraint_solveri.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) |