Stay organized with collections
Save and categorize content based on your preferences.
C++ Reference: scip_helper_macros
Note: This documentation is automatically generated.
| Function |
Type |
Arguments |
Comments |
ScipCodeToUtilStatus | Return type: inline absl::Status Arguments: /*SCIP_Retcode*/ int retcode, const char* source_file, int source_line, const char* scip_statement |
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."],[],["The documentation describes the `ScipCodeToUtilStatus` function, part of the C++ reference for `scip_helper_macros`. This inline function, returning an `absl::Status`, takes a SCIP return code (`int retcode`), source file, source line, and the SCIP statement as arguments. It appears designed to convert SCIP return codes into `absl::Status` objects, likely for error handling and reporting within the OR-Tools library. The function's definition is available at a specific location in the source code.\n"]]