Stay organized with collections
Save and categorize content based on your preferences.
C++ Reference: class ScipCallbackRunner
Note: This documentation is automatically generated.
Method |
FractionalSolutionFeasible | Return type: virtual bool Arguments:
const ScipConstraintHandlerContext& context, void* constraint |
IntegerSolutionFeasible | Return type: virtual bool Arguments:
const ScipConstraintHandlerContext& context, void* constraint |
~ScipCallbackRunner | Return type: virtual |
SeparateFractionalSolution | Return type: virtual std::vector<CallbackRangeConstraint> Arguments:
const ScipConstraintHandlerContext& context, void* constraint |
SeparateIntegerSolution | Return type: virtual std::vector<CallbackRangeConstraint> Arguments:
const ScipConstraintHandlerContext& context, void* constraint |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-06 UTC.
[null,null,["Last updated 2024-08-06 UTC."],[],["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,[]]