C++ Reference: class SequenceVarLocalSearchHandler
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."],[[["`SequenceVarLocalSearchHandler` is a class within the OR-Tools constraint solver, designed for local search operations on sequence variables."],["It provides methods to interact with assignments, such as adding to an assignment (`AddToAssignment`), retrieving values (`ValueFromAssignment`), and reacting to changes (`OnAddVars`, `OnRevertChanges`)."],["Users can create custom local search handlers by extending this class and implementing the relevant methods."],["The handler interacts with a `SequenceVarLocalSearchOperator` to perform the actual local search operations."]]],[]]