[[["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\u003eThe \u003ccode\u003eConstraint\u003c/code\u003e class in C++ provides methods for interacting with constraints within the CP-SAT solver.\u003c/p\u003e\n"],["\u003cp\u003eIt allows accessing and modifying the underlying protobuf representation of the constraint for advanced usage.\u003c/p\u003e\n"],["\u003cp\u003eUsers can retrieve or set the name of the constraint for debugging and organizational purposes.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eOnlyEnforceIf\u003c/code\u003e method enables conditional enforcement of the constraint based on Boolean literals or variables.\u003c/p\u003e\n"]]],["The `Constraint` class provides methods for managing constraints in a C++ model. Key actions include retrieving the underlying protobuf object via `MutableProto` or `Proto`, getting the constraint's name using `Name`, and setting it with `WithName`. `OnlyEnforceIf` allows conditional enforcement based on Boolean variables or a span of them. The methods primarily facilitate interaction with and modification of the constraint's internal representation and properties.\n"],null,[]]