[[["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\u003eScipCodeToUtilStatus\u003c/code\u003e function translates SCIP return codes into absl::Status objects, aiding error handling and diagnostics by providing detailed context through source file, line number, and related SCIP statement.\u003c/p\u003e\n"],["\u003cp\u003eThis automatically generated documentation specifically details helper macros for interfacing with the SCIP solver within the OR-Tools ecosystem, primarily focusing on the \u003ccode\u003eScipCodeToUtilStatus\u003c/code\u003e utility function.\u003c/p\u003e\n"]]],["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"],null,["# scip_helper_macros\n\nC++ Reference: scip_helper_macros\n=================================\n\n\nNote: This documentation is automatically generated.\n\n| Function | Type | Arguments | Comments |\n|-----------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------|----------|\n| [`ScipCodeToUtilStatus`](https://github.com/google/or-tools/blob/v9.4/ortools/linear_solver/scip_helper_macros.h#L24) | Return type: `inline absl::Status ` Arguments: `/*SCIP_Retcode*/ int retcode, const char* source_file, int source_line, const char* scip_statement` \u003cbr /\u003e |"]]