[[["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\u003eMPCallbackList\u003c/code\u003e is a class in C++ that executes a sequence of callbacks provided during its construction.\u003c/p\u003e\n"],["\u003cp\u003eIt offers a \u003ccode\u003eRunCallback\u003c/code\u003e method to trigger the execution of all registered callbacks, using an \u003ccode\u003eMPCallbackContext\u003c/code\u003e for data exchange.\u003c/p\u003e\n"],["\u003cp\u003eThis class simplifies the management and sequential execution of multiple callbacks within the OR-Tools linear solver framework.\u003c/p\u003e\n"]]],["The `MPCallbackList` class in C++ manages a list of callbacks. It is initialized with a vector of `MPCallback` pointers. Its core functionality is encapsulated in the `RunCallback` method, which iterates through and executes each callback in the list sequentially. The `MPCallbackList` object's constructor takes the callback list to use as an argument.\n"],null,[]]