Commit 5924162 1 parent 8d4ea3d commit 5924162 Copy full SHA for 5924162
File tree 3 files changed +0
-42
lines changed
3 files changed +0
-42
lines changed Original file line number Diff line number Diff line change @@ -350,11 +350,6 @@ cc_test(
350
350
],
351
351
)
352
352
353
- cc_library (
354
- name = "ebert_graph" ,
355
- hdrs = ["ebert_graph.h" ],
356
- )
357
-
358
353
cc_library (
359
354
name = "shortest_paths" ,
360
355
hdrs = ["shortest_paths.h" ],
@@ -394,7 +389,6 @@ cc_library(
394
389
hdrs = ["k_shortest_paths.h" ],
395
390
deps = [
396
391
":bounded_dijkstra" ,
397
- ":ebert_graph" ,
398
392
":shortest_paths" ,
399
393
"@com_google_absl//absl/algorithm:container" ,
400
394
"@com_google_absl//absl/base:core_headers" ,
@@ -464,7 +458,6 @@ cc_library(
464
458
name = "generic_max_flow" ,
465
459
hdrs = ["generic_max_flow.h" ],
466
460
deps = [
467
- ":ebert_graph" ,
468
461
":flow_problem_cc_proto" ,
469
462
"//ortools/base" ,
470
463
"//ortools/util:stats" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 133
133
134
134
#include " absl/strings/string_view.h"
135
135
#include " ortools/base/logging.h"
136
- #include " ortools/graph/ebert_graph.h"
137
136
#include " ortools/graph/flow_problem.pb.h"
138
137
#include " ortools/util/stats.h"
139
138
#include " ortools/util/zvector.h"
You can’t perform that action at this time.
0 commit comments