[[["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."],[],["The content defines three C++ classes related to linear solver callbacks: `MPCallback`, `MPCallbackContext`, and `MPCallbackList`. These classes are automatically generated and used for implementing custom callback functions within the linear solver. The `MPCallback` class is a base class for user-defined callbacks, `MPCallbackContext` provides context for the callbacks and the `MPCallbackList` manages a list of these callbacks, enabling actions within the solver's execution.\n"]]