14 #ifndef OR_TOOLS_LINEAR_SOLVER_MODEL_EXPORTER_H_ 15 #define OR_TOOLS_LINEAR_SOLVER_MODEL_EXPORTER_H_ 20 #include "absl/strings/str_format.h" 21 #include "ortools/base/hash.h" 22 #include "ortools/base/macros.h" 23 #include "ortools/base/statusor.h" 96 #endif // OR_TOOLS_LINEAR_SOLVER_MODEL_EXPORTER_H_
bool show_unused_variables
util::StatusOr< std::string > ExportModelAsMpsFormat(const MPModelProto &model, const MPModelExportOptions &options=MPModelExportOptions())
util::StatusOr< std::string > ExportModelAsLpFormat(const MPModelProto &model, const MPModelExportOptions &options=MPModelExportOptions())