C++ Reference
C++ Reference: Linear solver
model_exporter_swig_helper.h
Go to the documentation of this file.
Definition: linear_expr.h:84
std::string ExportModelAsMpsFormatReturnString(const MPModelProto &input_model, const MPModelExportOptions &options=MPModelExportOptions())
Definition: model_exporter_swig_helper.h:31
std::string ExportModelAsLpFormatReturnString(const MPModelProto &input_model, const MPModelExportOptions &options=MPModelExportOptions())
Definition: model_exporter_swig_helper.h:24
absl::StatusOr< std::string > ExportModelAsMpsFormat(const MPModelProto &model, const MPModelExportOptions &options=MPModelExportOptions())
Outputs the current model (variables, constraints, objective) as a string encoded in MPS file format,...
absl::StatusOr< std::string > ExportModelAsLpFormat(const MPModelProto &model, const MPModelExportOptions &options=MPModelExportOptions())
Outputs the current model (variables, constraints, objective) as a string encoded in the so-called "C...