[[["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 `ScipConstraintHandler` class defines methods for constraint handling in C++. Key actions include: checking fractional solution feasibility via `FractionalSolutionFeasible`, and checking integer solution feasibility via `IntegerSolutionFeasible`. It allows separating solutions with `SeparateFractionalSolution` and `SeparateIntegerSolution`, which must find violated constraints. `description` returns constraint handler details. The `ScipConstraintHandler` constructor initializes the handler, and `~ScipConstraintHandler` is a virtual destructor.\n"]]