Stay organized with collections
Save and categorize content based on your preferences.
C++ Reference: cp_model_expand
Note: This documentation is automatically generated.
Function |
Type |
Arguments |
Comments |
ExpandCpModel | Return type: void Arguments: PresolveContext* context |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-06 UTC.
[null,null,["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 |"]]