Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
mps_reader.h File Reference
#include <string>
#include "absl/base/attributes.h"
#include "absl/status/status.h"
#include "absl/status/statusor.h"
#include "absl/strings/string_view.h"
#include "ortools/linear_solver/linear_solver.pb.h"
#include "ortools/lp_data/lp_data.h"

Go to the source code of this file.

Namespaces

namespace  operations_research
 OR-Tools root namespace.
namespace  operations_research::glop

Functions

absl::StatusOr< MPModelProtooperations_research::glop::MpsDataToMPModelProto (absl::string_view mps_data)
absl::StatusOr< MPModelProtooperations_research::glop::MpsFileToMPModelProto (absl::string_view mps_file)
class operations_research::glop::ABSL_DEPRECATED ("Use the direct methods instead") MPSReader