OR-Tools  9.2
range_query_function.cc File Reference

Go to the source code of this file.

Namespaces

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

Functions

RangeIntToIntFunction * MakeBareIntToIntFunction (std::function< int64_t(int64_t)> f)
 
RangeIntToIntFunction * MakeCachedIntToIntFunction (const std::function< int64_t(int64_t)> &f, int64_t domain_start, int64_t domain_end)
 
RangeMinMaxIndexFunction * MakeCachedRangeMinMaxIndexFunction (const std::function< int64_t(int64_t)> &f, int64_t domain_start, int64_t domain_end)