Stay organized with collections
Save and categorize content based on your preferences.
C++ Reference: class LinMinPropagator
Note: This documentation is automatically generated.
Same as MinPropagator except this works on min = MIN(exprs) where exprs are
linear expressions. It uses IntegerSumLE to propagate bounds on the exprs.
Assumes Canonical expressions (all positive coefficients).
[[["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."],[[["LinMinPropagator is a class in OR-Tools that efficiently handles the minimum of a set of linear expressions, similar to MinPropagator, but specifically designed for linear expressions using IntegerSumLE for bound propagation."],["It operates under the assumption that all expressions are in canonical form, meaning they have positive coefficients."],["The constructor requires a vector of linear expressions, the integer variable representing the minimum, and a pointer to the model."],["LinMinPropagator offers functionalities like propagation of bounds (`Propagate`) and registration with a literal watcher (`RegisterWith`)."]]],[]]