Stay organized with collections
Save and categorize content based on your preferences.
C++ Reference: class ProductPropagator
Note: This documentation is automatically generated.
Propagates a * b = p.
The bounds [min, max] of a and b will be propagated perfectly, but not
the bounds on p as this require more complex arithmetics.
Method |
ProductPropagator | Arguments: AffineExpression a, AffineExpression b, AffineExpression p,
IntegerTrail* integer_trail |
Propagate | Return type: bool |
RegisterWith | Return type: void Arguments: GenericLiteralWatcher* watcher |
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."],[],["`ProductPropagator` class propagates the product of two affine expressions (a * b = p). It precisely manages the bounds [min, max] of 'a' and 'b'. However, it does not manage bounds of the product 'p' as it requires complex calculations. The class features include a constructor `ProductPropagator`, the `Propagate` method (returning a boolean), and `RegisterWith` method (returning void) for registering with a `GenericLiteralWatcher`.\n"],null,[]]