OR-Tools  9.6
sol_reader.cc File Reference

Go to the source code of this file.

Namespaces

 operations_research
 Collection of objects used to extend the Constraint Solver library.
 

Functions

absl::StatusOr< glop::DenseRow > ParseSolFile (const std::string &file_name, const glop::LinearProgram &model)
 
absl::StatusOr< MPSolutionResponse > ParseSolFile (const std::string &file_name, const MPModelProto &model)
 
absl::StatusOr< glop::DenseRow > ParseSolString (const std::string &solution, const glop::LinearProgram &model)
 
absl::StatusOr< MPSolutionResponse > ParseSolString (const std::string &solution, const MPModelProto &model)