Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
mps_reader.cc File Reference
#include "ortools/lp_data/mps_reader.h"
#include <limits>
#include <string>
#include <vector>
#include "absl/container/btree_set.h"
#include "absl/container/flat_hash_map.h"
#include "absl/log/check.h"
#include "absl/status/status.h"
#include "absl/status/statusor.h"
#include "absl/strings/str_cat.h"
#include "absl/strings/string_view.h"
#include "ortools/base/logging.h"
#include "ortools/base/protobuf_util.h"
#include "ortools/base/status_macros.h"
#include "ortools/linear_solver/linear_solver.pb.h"
#include "ortools/lp_data/lp_data.h"
#include "ortools/lp_data/lp_types.h"
#include "ortools/lp_data/mps_reader_template.h"

Go to the source code of this file.

Classes

class  operations_research::glop::DataWrapper< Data >
 Data templates. More...
 
class  operations_research::glop::DataWrapper< LinearProgram >
 
class  operations_research::glop::DataWrapper< MPModelProto >
 

Namespaces

namespace  operations_research
 In SWIG mode, we don't want anything besides these top-level includes.
 
namespace  operations_research::glop
 

Functions

absl::StatusOr< MPModelProto > operations_research::glop::MpsDataToMPModelProto (absl::string_view mps_data)
 Parses an MPS model from a string.
 
absl::StatusOr< MPModelProto > operations_research::glop::MpsFileToMPModelProto (absl::string_view mps_file)
 Parses an MPS model from a file.