[[["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 `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"]]