OR-Tools  9.3
symmetry_util.h File Reference

Go to the source code of this file.

Namespaces

namespace  operations_research
 Collection of objects used to extend the Constraint Solver library.
 
namespace  operations_research::sat
 

Functions

std::vector< std::vector< int > > BasicOrbitopeExtraction (const std::vector< std::unique_ptr< SparsePermutation > > &generators)
 
std::vector< int > GetOrbits (int n, const std::vector< std::unique_ptr< SparsePermutation > > &generators)
 
std::vector< int > GetOrbitopeOrbits (int n, const std::vector< std::vector< int > > &orbitope)
 
void TransformToGeneratorOfStabilizer (int to_stabilize, std::vector< std::unique_ptr< SparsePermutation > > *generators)