[[["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,["# DelayedCallMethod1\n\nC++ Reference: class DelayedCallMethod1\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#L704) | Return type: `std::string ` \u003cbr /\u003e |\n| [`DelayedCallMethod1`](https://github.com/google/or-tools/blob/v9.4/ortools/constraint_solver/constraint_solveri.h#L692) | \u003cbr /\u003e Arguments: `T* const ct, void (T::*method)(P), const std::string& name, P param1` \u003cbr /\u003e |\n| [`~DelayedCallMethod1`](https://github.com/google/or-tools/blob/v9.4/ortools/constraint_solver/constraint_solveri.h#L696) | \u003cbr /\u003e |\n| [`priority`](https://github.com/google/or-tools/blob/v9.4/ortools/constraint_solver/constraint_solveri.h#L700) | Return type: `Solver::DemonPriority ` \u003cbr /\u003e |\n| [`Run`](https://github.com/google/or-tools/blob/v9.4/ortools/constraint_solver/constraint_solveri.h#L698) | Return type: `void ` Arguments: `Solver* const s` \u003cbr /\u003e |"]]