File tree Expand file tree Collapse file tree 4 files changed +0
-122
lines changed
Expand file tree Collapse file tree 4 files changed +0
-122
lines changed Original file line number Diff line number Diff line change @@ -404,7 +404,6 @@ cc_binary(
404404 "//ortools/base" ,
405405 "//ortools/base:file" ,
406406 "//ortools/lp_data:lp_parser" ,
407- "//ortools/lp_data:model_reader" ,
408407 "//ortools/lp_data:mps_reader" ,
409408 "//ortools/lp_data:sol_reader" ,
410409 "@abseil-cpp//absl/status" ,
Original file line number Diff line number Diff line change @@ -323,22 +323,6 @@ cc_library(
323323 ],
324324)
325325
326- cc_library (
327- name = "model_reader" ,
328- srcs = ["model_reader.cc" ],
329- hdrs = ["model_reader.h" ],
330- deps = [
331- ":lp_data" ,
332- ":mps_reader" ,
333- ":proto_utils" ,
334- # "//net/proto2/util/public:differencer",
335- "//ortools/base" ,
336- "//ortools/base:file" ,
337- "//ortools/linear_solver:linear_solver_cc_proto" ,
338- "//ortools/util:file_util" ,
339- ],
340- )
341-
342326cc_library (
343327 name = "lp_decomposer" ,
344328 srcs = ["lp_decomposer.cc" ],
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments