[[["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\u003eDelayedCallMethod2\u003c/code\u003e is a class within the OR-Tools constraint solver that allows scheduling a method call on an object with two parameters.\u003c/p\u003e\n"],["\u003cp\u003eIt provides functionality to debug, set priority, and execute the delayed call.\u003c/p\u003e\n"],["\u003cp\u003eThe class stores the target object, method pointer, parameters, and a descriptive name for debugging purposes.\u003c/p\u003e\n"]]],["The `DelayedCallMethod2` class in C++ has several methods: `DebugString` returns a string, and `priority` returns a `Solver::DemonPriority`. The constructor `DelayedCallMethod2` takes a pointer `ct`, a method pointer `method`, a string `name`, and parameters `param1` and `param2`. The destructor `~DelayedCallMethod2` is available, and `Run` executes a method with a solver parameter. It will execute the method `method` of class T.\n"],null,["# DelayedCallMethod2\n\nC++ Reference: class DelayedCallMethod2\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#L746) | Return type: `std::string ` \u003cbr /\u003e |\n| [`DelayedCallMethod2`](https://github.com/google/or-tools/blob/v9.4/ortools/constraint_solver/constraint_solveri.h#L728) | \u003cbr /\u003e Arguments: `T* const ct, void (T::*method)(P, Q), const std::string& name, P param1, Q param2` \u003cbr /\u003e |\n| [`~DelayedCallMethod2`](https://github.com/google/or-tools/blob/v9.4/ortools/constraint_solver/constraint_solveri.h#L736) | \u003cbr /\u003e |\n| [`priority`](https://github.com/google/or-tools/blob/v9.4/ortools/constraint_solver/constraint_solveri.h#L742) | Return type: `Solver::DemonPriority ` \u003cbr /\u003e |\n| [`Run`](https://github.com/google/or-tools/blob/v9.4/ortools/constraint_solver/constraint_solveri.h#L738) | Return type: `void ` Arguments: `Solver* const s` \u003cbr /\u003e |"]]