Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
range_query_function.h File Reference
#include <cstdint>
#include <functional>

Go to the source code of this file.

Classes

class  operations_research::RangeIntToIntFunction
class  operations_research::RangeMinMaxIndexFunction

Namespaces

namespace  operations_research
 In SWIG mode, we don't want anything besides these top-level includes.

Functions

RangeIntToIntFunctionoperations_research::MakeBareIntToIntFunction (std::function< int64_t(int64_t)> f)
RangeIntToIntFunctionoperations_research::MakeCachedIntToIntFunction (const std::function< int64_t(int64_t)> &f, int64_t domain_start, int64_t domain_end)
RangeMinMaxIndexFunctionoperations_research::MakeCachedRangeMinMaxIndexFunction (const std::function< int64_t(int64_t)> &f, int64_t domain_start, int64_t domain_end)