[[["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\u003eThis documentation provides references for C++ classes related to linear solver callbacks in Mathematical Programming.\u003c/p\u003e\n"],["\u003cp\u003eThe classes include \u003ccode\u003eMPCallback\u003c/code\u003e, \u003ccode\u003eMPCallbackContext\u003c/code\u003e, and \u003ccode\u003eMPCallbackList\u003c/code\u003e, which allow users to interact with the linear solver during the optimization process.\u003c/p\u003e\n"],["\u003cp\u003eFor practical usage and implementation details, refer to the external documentation linked at \u003ccode\u003ego/mpsolver-callbacks\u003c/code\u003e.\u003c/p\u003e\n"]]],["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"],null,["# linear_solver_callback\n\nC++ Reference: linear_solver_callback\n=====================================\n\n\nNote: This documentation is automatically generated.\nSee go/mpsolver-callbacks for documentation on how to use this file. \n\n| Classes ------- ||\n|-----------------------------------------------------------------------------------------------------|---|\n| [MPCallback](/optimization/reference/linear_solver/linear_solver_callback/MPCallback) |\n| [MPCallbackContext](/optimization/reference/linear_solver/linear_solver_callback/MPCallbackContext) |\n| [MPCallbackList](/optimization/reference/linear_solver/linear_solver_callback/MPCallbackList) |"]]