Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
symmetry_util.h File Reference
#include <memory>
#include <vector>
#include "absl/types/span.h"
#include "ortools/algorithms/sparse_permutation.h"

Go to the source code of this file.

Namespaces

namespace  operations_research
 In SWIG mode, we don't want anything besides these top-level includes.
 
namespace  operations_research::sat
 

Functions

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