Stay organized with collections
Save and categorize content based on your preferences.
C++ Reference: cuts
Note: This documentation is automatically generated.
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."],[[["\u003cp\u003eThis documentation details classes related to generating cuts within the C++ optimization library.\u003c/p\u003e\n"],["\u003cp\u003eCuts are used to improve the efficiency of solving optimization problems by adding constraints.\u003c/p\u003e\n"],["\u003cp\u003eThe available classes include \u003ccode\u003eCoverCutHelper\u003c/code\u003e, \u003ccode\u003eFlowCoverCutHelper\u003c/code\u003e, \u003ccode\u003eImpliedBoundsProcessor\u003c/code\u003e, and \u003ccode\u003eIntegerRoundingCutHelper\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eEach class provides functionalities to identify and apply specific types of cuts during the optimization process.\u003c/p\u003e\n"]]],["The content lists four C++ classes related to optimization and specifically \"cuts\": `CoverCutHelper`, `FlowCoverCutHelper`, `ImpliedBoundsProcessor`, and `IntegerRoundingCutHelper`. These classes, found within the `/optimization/reference/sat/cuts/` directory, likely provide functionalities for managing and applying different types of cuts, including cover cuts, flow cover cuts, implied bounds, and integer rounding cuts, during the optimization process.\n"],null,["# cuts\n\nC++ Reference: cuts\n===================\n\n\nNote: This documentation is automatically generated.\n\n| Classes ------- ||\n|---------------------------------------------------------------------------------------|---|\n| [CoverCutHelper](/optimization/reference/sat/cuts/CoverCutHelper) |\n| [FlowCoverCutHelper](/optimization/reference/sat/cuts/FlowCoverCutHelper) |\n| [ImpliedBoundsProcessor](/optimization/reference/sat/cuts/ImpliedBoundsProcessor) |\n| [IntegerRoundingCutHelper](/optimization/reference/sat/cuts/IntegerRoundingCutHelper) |"]]