Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#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 |
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. | |
class | operations_research::glop::ABSL_DEPRECATED ("Use the direct methods instead") MPSReader |