[[["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\u003eScipCallbackRunnerImpl\u003c/code\u003e is a class within the C++ reference for Google OR-Tools, focusing on constraint handling within the SCIP solver.\u003c/p\u003e\n"],["\u003cp\u003eIt provides methods for handling and separating both fractional and integer solutions during the solving process.\u003c/p\u003e\n"],["\u003cp\u003eCore functionalities include \u003ccode\u003eSeparateFractionalSolution\u003c/code\u003e, \u003ccode\u003eSeparateIntegerSolution\u003c/code\u003e, \u003ccode\u003eFractionalSolutionFeasible\u003c/code\u003e, and \u003ccode\u003eIntegerSolutionFeasible\u003c/code\u003e to manage constraint feasibility and separation.\u003c/p\u003e\n"],["\u003cp\u003eThese methods utilize \u003ccode\u003eScipConstraintHandlerContext\u003c/code\u003e and constraint data for context and interaction with the SCIP environment.\u003c/p\u003e\n"]]],["The `ScipCallbackRunnerImpl` class in C++ defines methods for handling solutions and callbacks. It offers: `FractionalSolutionFeasible` and `IntegerSolutionFeasible` to check the feasibility of solutions. `ScipCallbackRunnerImpl` takes a `ScipConstraintHandler` during construction. `SeparateFractionalSolution` and `SeparateIntegerSolution` generate a vector of `CallbackRangeConstraint`, based on context and constraint data. These methods facilitate customized solution separation and validation during the optimization process.\n"],null,[]]