[[["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\u003eDelayedCallMethod0\u003c/code\u003e is a class within the OR-Tools constraint solver that allows scheduling a method with no arguments to be called later.\u003c/p\u003e\n"],["\u003cp\u003eIt takes the object, the method to call, and a name as arguments during construction.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRun\u003c/code\u003e method executes the stored method within the given solver context.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003epriority\u003c/code\u003e allows setting the priority of the delayed call.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDebugString\u003c/code\u003e provides a string representation for debugging purposes.\u003c/p\u003e\n"]]],["The `DelayedCallMethod0` class in C++ provides functionality for managing delayed method calls. It can be created using a constructor that takes a pointer to an object, a pointer to a method of that object, and a name. The class includes a `Run` method, which executes the stored method with a given solver. A `DebugString` method returns a string representation. The priority of execution can be set or obtained by `priority`. It also contains a destructor.\n"],null,[]]