![]() |
Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
|
#include <constant_divisor.h>
Public Types | |
typedef T | value_type |
Public Member Functions | |
ConstantDivisor (value_type denominator) | |
value_type | div (value_type n) const |
value_type | mod (value_type n) const |
Friends | |
value_type | operator/ (value_type a, const ConstantDivisor &b) |
value_type | operator% (value_type a, const ConstantDivisor &b) |
Definition at line 57 of file constant_divisor.h.
typedef T util::math::ConstantDivisor< T >::value_type |
Definition at line 59 of file constant_divisor.h.
|
inlineexplicit |
Definition at line 61 of file constant_divisor.h.
|
inline |
Definition at line 64 of file constant_divisor.h.
|
inline |
Definition at line 66 of file constant_divisor.h.
|
friend |
Definition at line 72 of file constant_divisor.h.
|
friend |
Definition at line 68 of file constant_divisor.h.