[[["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."],[[["The `cp_model_loader` in C++ provides functions to load various constraints and variables into a CP-SAT model."],["It supports loading common constraint types like AllDifferent, AtMostOne, Boolean constraints, and scheduling constraints."],["Functions are provided to extract and propagate encodings for more efficient solving."],["It facilitates the loading of CP models defined in protocol buffer format (`CpModelProto`) into the solver's internal model representation (`Model`)."],["Users can leverage these functions to build and solve complex optimization problems using CP-SAT."]]],["This C++ documentation outlines functions for loading and processing constraint programming (CP) models. Key actions include loading various constraint types like `BoolAnd`, `BoolOr`, `Linear`, `Cumulative`, `NoOverlap`, and more. It involves extracting encodings, detecting optional variables, and managing boolean symmetries. The functions handle specific constraints and general constraint loading, accepting `CpModelProto` or `ConstraintProto` along with a `Model` as arguments. They enable loading variables and can add encodings from search branching.\n"]]