- Member operations_research::Domain::intervals () const
- (user): remove, this makes a copy and is of a different type that our internal InlinedVector() anyway.
- Member operations_research::sat::CpModelBuilder::Build () const
- (user) : add MapDomain?
- Member operations_research::sat::Model::GetOrCreate ()
- (user): directly store std::unique_ptr<> in singletons_?
- Class operations_research::SortedDisjointIntervalList
- (user): Templatize the class on the type of the bounds.
- Member operations_research::SortedDisjointIntervalList::SortedDisjointIntervalList (const std::vector< int64 > &starts, const std::vector< int64 > &ends)
- (user): Explain why we favored this API to the more natural input std::vector<ClosedInterval> or std::vector<std::pair<int, int>>.