17 #ifndef OR_TOOLS_LP_DATA_SOL_READER_H_
18 #define OR_TOOLS_LP_DATA_SOL_READER_H_
22 #include "absl/status/statusor.h"
23 #include "ortools/linear_solver/linear_solver.pb.h"
30 absl::StatusOr<glop::DenseRow>
ParseSolFile(
const std::string& file_name,
31 const glop::LinearProgram&
model);
32 absl::StatusOr<MPSolutionResponse>
ParseSolFile(
const std::string& file_name,
33 const MPModelProto&
model);
36 absl::StatusOr<glop::DenseRow>
ParseSolString(
const std::string& solution,
37 const glop::LinearProgram&
model);
38 absl::StatusOr<MPSolutionResponse>
ParseSolString(
const std::string& solution,
39 const MPModelProto&
model);
Collection of objects used to extend the Constraint Solver library.
absl::StatusOr< glop::DenseRow > ParseSolFile(const std::string &file_name, const glop::LinearProgram &model)
absl::StatusOr< glop::DenseRow > ParseSolString(const std::string &solution, const glop::LinearProgram &model)