[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-06 UTC."],[[["\u003cp\u003eThe \u003ccode\u003ePositiveProductPropagator\u003c/code\u003e enforces the constraint \u003ccode\u003ea * b = c\u003c/code\u003e for non-negative integer variables.\u003c/p\u003e\n"],["\u003cp\u003eIt propagates bounds on the variables to maintain consistency but doesn't handle special cases or potential overflow.\u003c/p\u003e\n"],["\u003cp\u003eThe propagator has methods for initialization, constraint propagation, and registration with a watcher.\u003c/p\u003e\n"]]],["The `PositiveProductPropagator` class in C++ propagates the constraint `a * b = c`, focusing on bound propagation. It currently handles only non-negative variables and does not address overflow. Key methods include the constructor `PositiveProductPropagator`, the `Propagate` method which returns a boolean, and `RegisterWith`, used for registering with a `GenericLiteralWatcher`. The documentation mentions it is a basic version without special case handling.\n"],null,[]]