Stay organized with collections
Save and categorize content based on your preferences.
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++ provides functionality for generating cutting planes in optimization. The core method is `ComputeCut`, which takes rounding options, linear programming values, lower and upper bounds, an implied bounds processor, and a linear constraint as input to generate a cut. `NumLiftedBooleans` returns the number of lifted Booleans created during the last `ComputeCut` call for analysis.\n"]]