C++ Reference: integer
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 outlines classes related to integer handling within the SAT (satisfiability) problem domain."],["The listed classes provide functionalities such as integer encoding, propagation, and value tracking for optimization purposes."],["Developers can leverage these classes to build and manipulate integer representations within constraint programming and optimization tasks."]]],["The document outlines C++ classes related to integer handling within an optimization context. Key components include: `GenericLiteralWatcher` for monitoring literals, `IntegerEncoder` for integer encoding, `IntegerTrail` for tracking integer state, and `PropagatorInterface` for propagation. Additionally, `RevIntegerValueRepository` and `RevIntRepository` handle the management and storage of integer values and reversible integers, respectively. These classes represent fundamental actions and data structures for managing integer-based constraints and their associated information.\n"]]