[[["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\u003eCallMethod1\u003c/code\u003e is a class within the OR-Tools constraint solver that facilitates calling a method on an object with one parameter.\u003c/p\u003e\n"],["\u003cp\u003eIt provides methods for construction, destruction, debugging, and execution (\u003ccode\u003eRun\u003c/code\u003e) within the solver environment.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRun\u003c/code\u003e method executes the specified method on the target object with the provided parameter.\u003c/p\u003e\n"],["\u003cp\u003eDocumentation for this class is automatically generated and available within the OR-Tools codebase.\u003c/p\u003e\n"]]],["The `CallMethod1` class in C++ has four core elements: a constructor `CallMethod1` that accepts a pointer `ct`, a method pointer `method`, a string `name`, and a parameter `param1`. A destructor `~CallMethod1` is also included. It defines a `Run` method, which is a `void` type and takes a `Solver` pointer, `s`, as an argument. Furthermore, a `DebugString` method is defined, which returns a `std::string`.\n"],null,["# CallMethod1\n\nC++ Reference: class CallMethod1\n================================\n\n\nNote: This documentation is automatically generated.\n\n| Method ||\n|--------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------|\n| [`CallMethod1`](https://github.com/google/or-tools/blob/v9.4/ortools/constraint_solver/constraint_solveri.h#L539) | \u003cbr /\u003e Arguments: `T* const ct, void (T::*method)(P), const std::string& name, P param1` \u003cbr /\u003e |\n| [`~CallMethod1`](https://github.com/google/or-tools/blob/v9.4/ortools/constraint_solver/constraint_solveri.h#L543) | \u003cbr /\u003e |\n| [`DebugString`](https://github.com/google/or-tools/blob/v9.4/ortools/constraint_solver/constraint_solveri.h#L547) | Return type: `std::string ` \u003cbr /\u003e |\n| [`Run`](https://github.com/google/or-tools/blob/v9.4/ortools/constraint_solver/constraint_solveri.h#L545) | Return type: `void ` Arguments: `Solver* const s` \u003cbr /\u003e |"]]