14 #ifndef OR_TOOLS_LP_DATA_MODEL_READER_H_
15 #define OR_TOOLS_LP_DATA_MODEL_READER_H_
19 #include "ortools/linear_solver/linear_solver.pb.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)
The vehicle routing library lets one model and solve generic vehicle routing problems ranging from th...