[[["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."],[[["\u003cp\u003e\u003ccode\u003eDelayedCallMethod1\u003c/code\u003e is a class within the OR-Tools constraint solver that facilitates delayed execution of a specific method on an object.\u003c/p\u003e\n"],["\u003cp\u003eIt takes the object, the method to call, a descriptive name, and a single parameter as arguments during construction.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDelayedCallMethod1\u003c/code\u003e can be invoked using the \u003ccode\u003eRun\u003c/code\u003e method, providing the solver instance as an argument.\u003c/p\u003e\n"],["\u003cp\u003eThe class also provides methods like \u003ccode\u003eDebugString\u003c/code\u003e for debugging and \u003ccode\u003epriority\u003c/code\u003e to set the execution priority within the solver.\u003c/p\u003e\n"]]],["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"],null,[]]