[[["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."],[[["`DelayedCallMethod1` is a class within the OR-Tools constraint solver that facilitates delayed execution of a specific method on an object."],["It takes the object, the method to call, a descriptive name, and a single parameter as arguments during construction."],["`DelayedCallMethod1` can be invoked using the `Run` method, providing the solver instance as an argument."],["The class also provides methods like `DebugString` for debugging and `priority` to set the execution priority within the solver."]]],["The `DelayedCallMethod1` class in C++ has several methods: `DebugString` returns a string, and `priority` returns a `Solver::DemonPriority`. The `DelayedCallMethod1` constructor takes a class `T`, a method pointer `method`, a string `name`, and a parameter `param1`. The destructor `~DelayedCallMethod1` is also available. `Run`, taking a `Solver` pointer, executes a specified method.\n"]]