C++ Reference: class CostValueCycleHandler
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."],[[["The `CostValueCycleHandler` class in C++ is used within the context of linear assignment problems, particularly for managing cost values associated with cycles in a graph."],["It provides methods to set and manipulate cost values, using indices and temporary storage for efficient handling of cycles during the assignment process."],["Core functionalities include `SetIndexFromIndex`, `SetIndexFromTemp`, and `SetTempFromIndex` to handle cost value updates based on different source and destination points in the graph."],["This class is part of the Google OR-Tools library, particularly under the `ortools/graph` directory, used for optimization tasks like linear assignments."]]],[]]