Stay organized with collections
Save and categorize content based on your preferences.
C++ Reference: pb_constraint
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."],[],["The core content defines several classes related to pseudo-Boolean constraints in C++. `CanonicalBooleanLinearProblem` likely deals with linear problems involving Boolean variables. `MutableUpperBoundedLinearConstraint` and `UpperBoundedLinearConstraint` manage linear constraints with upper bounds. `PbConstraints` likely represents a collection or a manager of such constraints. `VariableWithSameReasonIdentifier` is another class, likely managing variable with same reason identifier. These classes collectively are used to manage and work with constraints.\n"]]