Stay organized with collections
Save and categorize content based on your preferences.
C++ Reference: class ScipCallbackRunnerImpl
Note: This documentation is automatically generated.
Method |
FractionalSolutionFeasible | Return type: bool Arguments: const ScipConstraintHandlerContext& context,
void* constraint_data |
IntegerSolutionFeasible | Return type: bool Arguments: const ScipConstraintHandlerContext& context,
void* constraint_data |
ScipCallbackRunnerImpl | Return type: explicit Arguments:
ScipConstraintHandler<ConstraintData>* handler |
SeparateFractionalSolution | Return type: std::vector<CallbackRangeConstraint> Arguments:
const ScipConstraintHandlerContext& context,
void* constraint_data |
SeparateIntegerSolution | Return type: std::vector<CallbackRangeConstraint> Arguments:
const ScipConstraintHandlerContext& context,
void* constraint_data |
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 `ScipCallbackRunnerImpl` class in C++ defines methods for handling solutions and callbacks. It offers: `FractionalSolutionFeasible` and `IntegerSolutionFeasible` to check the feasibility of solutions. `ScipCallbackRunnerImpl` takes a `ScipConstraintHandler` during construction. `SeparateFractionalSolution` and `SeparateIntegerSolution` generate a vector of `CallbackRangeConstraint`, based on context and constraint data. These methods facilitate customized solution separation and validation during the optimization process.\n"],null,[]]