[[["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."],[],["The core content details two C++ functions for exporting optimization models. `ExportModelAsLpFormat` exports a `MPModelProto` model into LP format, and `ExportModelAsMpsFormat` exports the same model into MPS format. Both functions return a string containing the exported model or an error status. They accept the model as input, along with optional export settings defined by `MPModelExportOptions`.\n"]]