Stay organized with collections
Save and categorize content based on your preferences.
C++ Reference: class RevIntRepository
Note: This documentation is automatically generated.
Singleton for basic reversible types. We need the wrapper so that they can be
accessed with model->GetOrCreate<>() and properly registered at creation.
[[["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."],[[["`RevIntRepository` is a singleton class providing access to basic reversible integer types within the OR-Tools Sat solver."],["It allows these types to be retrieved or created using the `model-\u003eGetOrCreate\u003c\u003e()` method and ensures proper registration within the model."],["This class is essential for managing and accessing reversible integer variables in the optimization model."]]],[]]