Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
model_exporter.cc File Reference
#include "ortools/linear_solver/model_exporter.h"
#include <algorithm>
#include <cmath>
#include <limits>
#include <memory>
#include <string>
#include <utility>
#include <vector>
#include "absl/container/flat_hash_set.h"
#include "absl/flags/flag.h"
#include "absl/status/status.h"
#include "absl/status/statusor.h"
#include "absl/strings/ascii.h"
#include "absl/strings/match.h"
#include "absl/strings/str_cat.h"
#include "absl/strings/str_format.h"
#include "absl/strings/string_view.h"
#include "absl/types/span.h"
#include "ortools/base/helpers.h"
#include "ortools/base/logging.h"
#include "ortools/base/options.h"
#include "ortools/base/status_macros.h"
#include "ortools/linear_solver/linear_solver.pb.h"

Go to the source code of this file.

Namespaces

namespace  operations_research
 OR-Tools root namespace.

Functions

 ABSL_RETIRED_FLAG (bool, lp_log_invalid_name, false, "DEPRECATED.")
absl::StatusOr< std::string > operations_research::ExportModelAsLpFormat (const MPModelProto &model, const MPModelExportOptions &options)
absl::StatusOr< std::string > operations_research::ExportModelAsMpsFormat (const MPModelProto &model, const MPModelExportOptions &options)
absl::Status operations_research::WriteModelToMpsFile (absl::string_view filename, const MPModelProto &model, const MPModelExportOptions &options)

Function Documentation

◆ ABSL_RETIRED_FLAG()

ABSL_RETIRED_FLAG ( bool ,
lp_log_invalid_name ,
false ,
"DEPRECATED."  )