16 #include "ortools/math_opt/model.pb.h"
17 #include "ortools/math_opt/model_update.pb.h"
23 model.mutable_variables()->clear_names();
24 model.mutable_linear_constraints()->clear_names();
28 update.mutable_new_variables()->clear_names();
29 update.mutable_new_linear_constraints()->clear_names();
void RemoveNames(ModelProto &model)