[[["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\u003ecp_model_loader\u003c/code\u003e in C++ provides functions to load various constraints and variables into a CP-SAT model.\u003c/p\u003e\n"],["\u003cp\u003eIt supports loading common constraint types like AllDifferent, AtMostOne, Boolean constraints, and scheduling constraints.\u003c/p\u003e\n"],["\u003cp\u003eFunctions are provided to extract and propagate encodings for more efficient solving.\u003c/p\u003e\n"],["\u003cp\u003eIt facilitates the loading of CP models defined in protocol buffer format (\u003ccode\u003eCpModelProto\u003c/code\u003e) into the solver's internal model representation (\u003ccode\u003eModel\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eUsers can leverage these functions to build and solve complex optimization problems using CP-SAT.\u003c/p\u003e\n"]]],["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"],null,[]]