[[["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\u003eRevIntegerValueRepository\u003c/code\u003e class is part of the Google OR-Tools library and is used within the Constraint Programming (CP-SAT) solver.\u003c/p\u003e\n"],["\u003cp\u003eIt is primarily designed to store and manage the domain (possible values) of integer variables during the constraint solving process, seemingly with a focus on "reversible" operations for efficient backtracking.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can access the \u003ccode\u003eRevIntegerValueRepository\u003c/code\u003e class through the provided GitHub link to the relevant header file within the OR-Tools codebase.\u003c/p\u003e\n"]]],["The `RevIntegerValueRepository` class in C++ is defined within the `ortools/sat/integer.h` header file. It has one method, the constructor `RevIntegerValueRepository`, which is explicitly defined. This constructor takes a `Model*` as an argument. The documentation is auto-generated and located on GitHub.\n"],null,["# RevIntegerValueRepository\n\nC++ Reference: class RevIntegerValueRepository\n==============================================\n\n\nNote: This documentation is automatically generated.\n\n| Method ||\n|---------------------------------------------------------------------------------------------------------|-----------------------------------------------------------|\n| [`RevIntegerValueRepository`](https://github.com/google/or-tools/blob/v9.4/ortools/sat/integer.h#L1237) | Return type: `explicit ` Arguments: `Model* model` \u003cbr /\u003e |"]]