14 #ifndef OR_TOOLS_LP_DATA_MODEL_READER_H_
15 #define OR_TOOLS_LP_DATA_MODEL_READER_H_
30 LinearProgram* linear_program);
bool LoadMPModelProtoFromModelOrRequest(const std::string &input_file_path, MPModelProto *model)
bool LoadLinearProgramFromModelOrRequest(const std::string &input_file_path, LinearProgram *linear_program)
Collection of objects used to extend the Constraint Solver library.