[[["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\u003eScipCallbackRunner\u003c/code\u003e is a C++ class that facilitates interaction with the SCIP solver through callbacks.\u003c/p\u003e\n"],["\u003cp\u003eIt provides virtual methods for handling fractional and integer solutions, including feasibility checks and separation procedures.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSeparateFractionalSolution\u003c/code\u003e and \u003ccode\u003eSeparateIntegerSolution\u003c/code\u003e methods allow for generating CallbackRangeConstraints based on the solution context.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eFractionalSolutionFeasible\u003c/code\u003e and \u003ccode\u003eIntegerSolutionFeasible\u003c/code\u003e methods enable determining the feasibility of given solutions.\u003c/p\u003e\n"],["\u003cp\u003eThe destructor \u003ccode\u003e~ScipCallbackRunner\u003c/code\u003e is virtual, ensuring proper cleanup in derived classes.\u003c/p\u003e\n"]]],["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"],null,[]]