OR-Tools  9.3
scheduling_constraints.cc File Reference

Go to the source code of this file.

Classes

class  SelectedMinPropagator
 

Namespaces

namespace  operations_research
 Collection of objects used to extend the Constraint Solver library.
 
namespace  operations_research::sat
 

Functions

std::function< void(Model *)> EqualMinOfSelectedVariables (Literal enforcement_literal, AffineExpression target, const std::vector< AffineExpression > &exprs, const std::vector< Literal > &selectors)
 
std::function< void(Model *)> EqualMaxOfSelectedVariables (Literal enforcement_literal, AffineExpression target, const std::vector< AffineExpression > &exprs, const std::vector< Literal > &selectors)
 
std::function< void(Model *)> SpanOfIntervals (IntervalVariable span, const std::vector< IntervalVariable > &intervals)