Stay organized with collections
Save and categorize content based on your preferences.
C++ Reference: cp_model_symmetries
Note: This documentation is automatically generated.
Function |
Type |
Arguments |
Comments |
DetectAndAddSymmetryToProto | Return type: void Arguments: const SatParameters& params, CpModelProto* proto, SolverLogger* logger |
DetectAndExploitSymmetriesInPresolve | Return type: bool Arguments: PresolveContext* context |
FindCpModelSymmetries | Return type: void Arguments: const SatParameters& params, const CpModelProto& problem, std::vector<std::unique_ptr<SparsePermutation>>* generators, double deterministic_limit, SolverLogger* logger |
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 `cp_model_symmetries` documentation outlines three core functions: `DetectAndAddSymmetryToProto` adds detected symmetries to a `CpModelProto`. `DetectAndExploitSymmetriesInPresolve` checks for and exploits symmetries during presolving. `FindCpModelSymmetries` identifies symmetries within a `CpModelProto` problem, storing them as `SparsePermutation` generators. These functions take parameters, model protocol buffers, logger and context for analysis. The functions are automatically generated.\n"],null,[]]