C++ Reference: class RevPartialSequence
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."],[[["`RevPartialSequence` is a C++ class within the OR-Tools constraint solver that represents a partial sequence of items in reverse order."],["It provides methods for ranking elements, querying the ranked status, and retrieving the number of elements ranked first or last."],["You can initialize a `RevPartialSequence` with a vector of items or a specified size."],["The class includes functionality for debugging with `DebugString` and interacting with the solver using methods like `RankFirst` and `RankLast`."]]],[]]