![]() |
OR-Tools
9.0
|
Go to the source code of this file.
Classes | |
| class | ModelRandomGenerator |
| class | IncrementalAverage |
| class | ExponentialMovingAverage |
| class | Percentile |
Namespaces | |
| operations_research | |
| Collection of objects used to extend the Constraint Solver library. | |
| operations_research::sat | |
Functions | |
| template<typename URBG > | |
| void | RandomizeDecisionHeuristic (URBG *random, SatParameters *parameters) |
| int | MoveOneUnprocessedLiteralLast (const std::set< LiteralIndex > &processed, int relevant_prefix_size, std::vector< Literal > *literals) |
| void | CompressTuples (absl::Span< const int64_t > domain_sizes, int64_t any_value, std::vector< std::vector< int64_t >> *tuples) |