[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-06 UTC."],[[["\u003cp\u003eThis documentation provides an overview of C++ classes related to constraint programming.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBooleanXorPropagator\u003c/code\u003e class is one of the documented classes within the C++ cp_constraints reference.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGreaterThanAtLeastOneOfPropagator\u003c/code\u003e class is another class featured in the C++ cp_constraints documentation.\u003c/p\u003e\n"]]],["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"],null,["# cp_constraints\n\nC++ Reference: cp_constraints\n=============================\n\n\nNote: This documentation is automatically generated.\n\n| Classes ------- ||\n|-------------------------------------------------------------------------------------------------------------------|---|\n| [BooleanXorPropagator](/optimization/reference/sat/cp_constraints/BooleanXorPropagator) |\n| [GreaterThanAtLeastOneOfPropagator](/optimization/reference/sat/cp_constraints/GreaterThanAtLeastOneOfPropagator) |"]]