Definition at line 29 of file symmetry.h.
#include <symmetry.h>
|
| static constexpr absl::string_view | GetName () |
| template<size_t n> |
| static constexpr bool | Validate (std::array< int64_t, n > &) |
| template<size_t n> |
| static constexpr void | Enforce (std::array< int64_t, n > &) |
| template<typename ElementTypeT, size_t n> |
| static constexpr void | CheckElementTypes (const std::array< ElementTypeT, n > &) |
◆ CheckElementTypes()
template<typename ElementTypeT, size_t n>
| constexpr void operations_research::math_opt::NoSymmetry::CheckElementTypes |
( |
const std::array< ElementTypeT, n > & | | ) |
|
|
inlinestaticconstexpr |
◆ Enforce()
template<size_t n>
| constexpr void operations_research::math_opt::NoSymmetry::Enforce |
( |
std::array< int64_t, n > & | | ) |
|
|
inlinestaticconstexpr |
◆ GetName()
| constexpr absl::string_view operations_research::math_opt::NoSymmetry::GetName |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ Validate()
template<size_t n>
| constexpr bool operations_research::math_opt::NoSymmetry::Validate |
( |
std::array< int64_t, n > & | | ) |
|
|
inlinestaticconstexpr |
The documentation for this struct was generated from the following file: