[[["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 `ScipCallbackRunner` class offers methods for handling constraint feasibility and solution separation within a SCIP context. `FractionalSolutionFeasible` and `IntegerSolutionFeasible` check the feasibility of fractional and integer solutions respectively, both taking a context and constraint as input. `SeparateFractionalSolution` and `SeparateIntegerSolution` separate solutions into `CallbackRangeConstraint` vectors, using the same inputs. `~ScipCallbackRunner` is a virtual destructor.\n"]]