Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
cp_model_symmetries.h File Reference

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

void operations_research::sat::FindCpModelSymmetries (const SatParameters &params, const CpModelProto &problem, std::vector< std::unique_ptr< SparsePermutation > > *generators, SolverLogger *logger, TimeLimit *solver_time_limit)
void operations_research::sat::DetectAndAddSymmetryToProto (const SatParameters &params, CpModelProto *proto, SolverLogger *logger, TimeLimit *solver_time_limit)
 Detects symmetries and fill the symmetry field.
bool operations_research::sat::DetectAndExploitSymmetriesInPresolve (PresolveContext *context)
bool operations_research::sat::FilterOrbitOnUnusedOrFixedVariables (SymmetryProto *symmetry, PresolveContext *context)