[[["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\u003eThe \u003ccode\u003eSolveWrapper\u003c/code\u003e class in C++ is designed for single-use and should not be reused after a solve operation.\u003c/p\u003e\n"],["\u003cp\u003eIt provides methods for interacting with the solver, including setting parameters, adding callbacks for solutions and logs, and initiating the solving process.\u003c/p\u003e\n"],["\u003cp\u003eUsers can control the solving process using methods like \u003ccode\u003eStopSearch\u003c/code\u003e and configure solver behavior using \u003ccode\u003eSetParameters\u003c/code\u003e or \u003ccode\u003eSetStringParameters\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eCallback functions can be integrated for logging purposes and to handle solutions as they are found during the solving process.\u003c/p\u003e\n"]]],["The `SolveWrapper` class in C++ offers methods for solving optimization problems. Key actions include: setting parameters via `SetParameters` or `SetStringParameters`, and initiating the solution process with `Solve`, which takes a `CpModelProto`. It also allows adding and clearing solution callbacks via `AddSolutionCallback` and `ClearSolutionCallback`, and adding log callbacks via `AddLogCallback` or `AddLogCallbackFromClass`. The search process can be interrupted with `StopSearch`. This class is designed for single-use only.\n"],null,[]]