![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include <cstdint>#include "absl/numeric/int128.h"Go to the source code of this file.
Classes | |
| class | util::math::ConstantDivisor< T > |
| class | util::math::internal::ConstantDivisorBase< T, MagicT, Impl > |
| Common code for all specializations. More... | |
| class | util::math::ConstantDivisor< uint64_t > |
| Division and modulus using uint64_t numerators and denominators. More... | |
| class | util::math::ConstantDivisor< uint32_t > |
| Division and modulus using uint32_t numerators and denominators. More... | |
| class | util::math::ConstantDivisor< uint16_t > |
| Division and modulus using uint16_t numerators and denominators. More... | |
| class | util::math::ConstantDivisor< uint8_t > |
| Division and modulus using uint8_t numerators and denominators. More... | |
Namespaces | |
| namespace | util |
| A collections of i/o utilities for the Graph classes in ./graph.h. | |
| namespace | util::math |
| namespace | util::math::internal |