[[["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."],[[["`ScipConstraintHandler` is a C++ class used to define custom constraint handling logic within the SCIP optimization framework."],["It provides methods to check solution feasibility (`FractionalSolutionFeasible`, `IntegerSolutionFeasible`) and separate solutions by adding constraints (`SeparateFractionalSolution`, `SeparateIntegerSolution`)."],["Users can inherit from this class and override its virtual methods to implement their own constraint handling procedures."],["The `description` method provides access to the handler's description, while the constructor initializes it with a given description."],["A destructor (`~ScipConstraintHandler`) is also provided for proper cleanup."]]],[]]