[[["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."],[[["`ScipCallbackRunner` is a C++ class that facilitates interaction with the SCIP solver through callbacks."],["It provides virtual methods for handling fractional and integer solutions, including feasibility checks and separation procedures."],["`SeparateFractionalSolution` and `SeparateIntegerSolution` methods allow for generating CallbackRangeConstraints based on the solution context."],["`FractionalSolutionFeasible` and `IntegerSolutionFeasible` methods enable determining the feasibility of given solutions."],["The destructor `~ScipCallbackRunner` is virtual, ensuring proper cleanup in derived classes."]]],[]]