Google OR-Tools v9.9
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
sched_expr.cc File Reference
#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

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)