OR-Tools  9.6
range.h File Reference

Go to the source code of this file.

Classes

class  iterator_range< IteratorT >
 

Namespaces

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

Functions

template<typename T >
iterator_range< T > make_range (T x, T y)
 
template<typename T >
iterator_range< T > make_range (std::pair< T, T > p)
 
template<typename Collection >
auto collection_to_range (Collection &c)