[[["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\u003e\u003ccode\u003ecp_model_expand\u003c/code\u003e is a function that likely expands a CP-SAT model during the presolve stage.\u003c/p\u003e\n"],["\u003cp\u003eIt operates within a \u003ccode\u003ePresolveContext\u003c/code\u003e to potentially modify the model for better solver performance.\u003c/p\u003e\n"],["\u003cp\u003eThe function has no return value and takes the \u003ccode\u003ePresolveContext\u003c/code\u003e as its sole argument.\u003c/p\u003e\n"],["\u003cp\u003eThis functionality is part of Google's OR-Tools and documented within the \u003ccode\u003ecp_model_expand.h\u003c/code\u003e header file.\u003c/p\u003e\n"]]],["The `ExpandCpModel` function, found in the C++ OR-Tools library, takes a `PresolveContext*` as an argument and has a `void` return type. This function's core action is expanding a Constraint Programming (CP) model. The documentation notes this information is automatically generated, and details the function's type and arguments. It is located in the `cp_model_expand.h` header file.\n"],null,["# cp_model_expand\n\nC++ Reference: cp_model_expand\n==============================\n\n\nNote: This documentation is automatically generated.\n\n| Function | Type | Arguments | Comments |\n|---------------------------------------------------------------------------------------------------|-------------------------------------------------------------------|-----------|----------|\n| [`ExpandCpModel`](https://github.com/google/or-tools/blob/v9.4/ortools/sat/cp_model_expand.h#L27) | Return type: `void ` Arguments: `PresolveContext* context` \u003cbr /\u003e |"]]