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."],[[["`ScipCallbackRunnerImpl` is a class within the C++ reference for Google OR-Tools, focusing on constraint handling within the SCIP solver."],["It provides methods for handling and separating both fractional and integer solutions during the solving process."],["Core functionalities include `SeparateFractionalSolution`, `SeparateIntegerSolution`, `FractionalSolutionFeasible`, and `IntegerSolutionFeasible` to manage constraint feasibility and separation."],["These methods utilize `ScipConstraintHandlerContext` and constraint data for context and interaction with the SCIP environment."]]],[]]