C++ Reference: class IntegerRoundingCutHelper
Note: This documentation is automatically generated.
Method |
ComputeCut | Return type: void Arguments: RoundingOptions options, const std::vector<double>& lp_values,
const std::vector<IntegerValue>& lower_bounds,
const std::vector<IntegerValue>& upper_bounds,
ImpliedBoundsProcessor* ib_processor, LinearConstraint* cut |
NumLiftedBooleans | Return type: int Returns the number of implied bound lifted Booleans in the last
ComputeCut() call. Useful for investigation.
|
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 `IntegerRoundingCutHelper` class in C++ assists in generating Gomory Mixed Integer cuts for mixed-integer programming problems."],["The primary method, `ComputeCut`, takes linear programming values, variable bounds, and an implied bounds processor to generate a cutting plane constraint."],["The `NumLiftedBooleans` method provides insight into the cut generation process by reporting the number of Boolean variables used for lifting during the last `ComputeCut` call."]]],[]]