[[["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."],[[["`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."]]],[]]