Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
symmetry_util.cc File Reference
#include "ortools/sat/symmetry_util.h"
#include <algorithm>
#include <cstdint>
#include <memory>
#include <vector>
#include "absl/log/check.h"
#include "absl/types/span.h"
#include "ortools/algorithms/dynamic_partition.h"
#include "ortools/algorithms/sparse_permutation.h"
#include "ortools/base/logging.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)