[[["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."],[],["The `LocalSearchMonitor` class in C++ provides methods to track events within a local search solver. Key actions include: starting and ending operations like `BeginOperatorStart` and `EndOperatorStart`; managing neighbor evaluations with methods like `BeginMakeNextNeighbor` and `EndMakeNextNeighbor`, accepting, and filtering `BeginAcceptNeighbor`,`BeginFilterNeighbor`, `BeginFiltering`, `EndAcceptNeighbor`, `EndFilterNeighbor`, `EndFiltering`; and a debugging tool `DebugString` to return a string. Additionally, `Install` allows the monitor to be added to the solver. The constructor `LocalSearchMonitor` initiates the monitor.\n"]]