[[["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\u003eScipConstraintHandler\u003c/code\u003e is a C++ class used to define custom constraint handling logic within the SCIP optimization framework.\u003c/p\u003e\n"],["\u003cp\u003eIt provides methods to check solution feasibility (\u003ccode\u003eFractionalSolutionFeasible\u003c/code\u003e, \u003ccode\u003eIntegerSolutionFeasible\u003c/code\u003e) and separate solutions by adding constraints (\u003ccode\u003eSeparateFractionalSolution\u003c/code\u003e, \u003ccode\u003eSeparateIntegerSolution\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eUsers can inherit from this class and override its virtual methods to implement their own constraint handling procedures.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003edescription\u003c/code\u003e method provides access to the handler's description, while the constructor initializes it with a given description.\u003c/p\u003e\n"],["\u003cp\u003eA destructor (\u003ccode\u003e~ScipConstraintHandler\u003c/code\u003e) is also provided for proper cleanup.\u003c/p\u003e\n"]]],["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"],null,[]]