[[["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."],[],["This C++ library provides classes for solving scheduling problems using linear programming, specifically focusing on dimension cumul placement. Key functionalities include tightening cumul bounds based on model precedences via `CumulBoundsPropagator`. The library also contains optimizers: `DimensionCumulOptimizerCore`, `GlobalDimensionCumulOptimizer`, `LocalDimensionCumulOptimizer`, and `ResourceAssignmentOptimizer`. Wrappers like `RoutingCPSatWrapper`, `RoutingGlopWrapper`, and `RoutingLinearSolverWrapper` facilitate integration with different solvers.\n"]]