Stay organized with collections
Save and categorize content based on your preferences.
C++ Reference: symmetry_util
Note: This documentation is automatically generated.
Function |
Type |
Arguments |
Comments |
GetOrbitopeOrbits | Return type: std::vector<int> Arguments: int n, const std::vector<std::vector<int>>& orbitope |
GetOrbits | Return type: std::vector<int> Arguments: int n, const std::vector<std::unique_ptr<SparsePermutation>>& generators |
TransformToGeneratorOfStabilizer | Return type: inline void Arguments: int to_stabilize, std::vector<std::unique_ptr<SparsePermutation>>* generators |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-06 UTC.
[null,null,["Last updated 2024-08-06 UTC."],[],["The `symmetry_util` C++ library provides functions for working with symmetry in combinatorial optimization problems. `GetOrbits` computes orbits of elements given a set of sparse permutation generators. `GetOrbitopeOrbits` calculates orbits specifically related to an orbitope. `TransformToGeneratorOfStabilizer` modifies a set of generators to stabilize a specific element. These functions operate on integers and collections of `SparsePermutation` objects.\n"],null,[]]