[[["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,["# DelayedCallMethod0\n\nC++ Reference: class DelayedCallMethod0\n=======================================\n\n\nNote: This documentation is automatically generated.\n\n| Method ||\n|---------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------|\n| [`DebugString`](https://github.com/google/or-tools/blob/v9.4/ortools/constraint_solver/constraint_solveri.h#L670) | Return type: `std::string ` \u003cbr /\u003e |\n| [`DelayedCallMethod0`](https://github.com/google/or-tools/blob/v9.4/ortools/constraint_solver/constraint_solveri.h#L659) | \u003cbr /\u003e Arguments: `T* const ct, void (T::*method)(), const std::string& name` \u003cbr /\u003e |\n| [`~DelayedCallMethod0`](https://github.com/google/or-tools/blob/v9.4/ortools/constraint_solver/constraint_solveri.h#L662) | \u003cbr /\u003e |\n| [`priority`](https://github.com/google/or-tools/blob/v9.4/ortools/constraint_solver/constraint_solveri.h#L666) | Return type: `Solver::DemonPriority ` \u003cbr /\u003e |\n| [`Run`](https://github.com/google/or-tools/blob/v9.4/ortools/constraint_solver/constraint_solveri.h#L664) | Return type: `void ` Arguments: `Solver* const s` \u003cbr /\u003e |"]]