C++ Reference: cp_constraints
Note: This documentation is automatically generated.
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."],[[["This documentation provides an overview of C++ classes related to constraint programming."],["The `BooleanXorPropagator` class is one of the documented classes within the C++ cp_constraints reference."],["The `GreaterThanAtLeastOneOfPropagator` class is another class featured in the C++ cp_constraints documentation."]]],["The C++ reference documentation details two classes for constraint propagation within the `cp_constraints` module. `BooleanXorPropagator` likely handles constraints related to exclusive OR (XOR) operations on Boolean variables. `GreaterThanAtLeastOneOfPropagator` manages constraints where a value must be greater than at least one of a given set of values. These classes are automatically generated and provide tools for constraint satisfaction in optimization problems.\n"]]