Skip to content

Commit 5924162

Browse files
committed
graph: remove ebert_graph.h
1 parent 8d4ea3d commit 5924162

File tree

3 files changed

+0
-42
lines changed

3 files changed

+0
-42
lines changed

ortools/graph/BUILD.bazel

-7
Original file line numberDiff line numberDiff line change
@@ -350,11 +350,6 @@ cc_test(
350350
],
351351
)
352352

353-
cc_library(
354-
name = "ebert_graph",
355-
hdrs = ["ebert_graph.h"],
356-
)
357-
358353
cc_library(
359354
name = "shortest_paths",
360355
hdrs = ["shortest_paths.h"],
@@ -394,7 +389,6 @@ cc_library(
394389
hdrs = ["k_shortest_paths.h"],
395390
deps = [
396391
":bounded_dijkstra",
397-
":ebert_graph",
398392
":shortest_paths",
399393
"@com_google_absl//absl/algorithm:container",
400394
"@com_google_absl//absl/base:core_headers",
@@ -464,7 +458,6 @@ cc_library(
464458
name = "generic_max_flow",
465459
hdrs = ["generic_max_flow.h"],
466460
deps = [
467-
":ebert_graph",
468461
":flow_problem_cc_proto",
469462
"//ortools/base",
470463
"//ortools/util:stats",

ortools/graph/ebert_graph.h

-34
This file was deleted.

ortools/graph/generic_max_flow.h

-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@
133133

134134
#include "absl/strings/string_view.h"
135135
#include "ortools/base/logging.h"
136-
#include "ortools/graph/ebert_graph.h"
137136
#include "ortools/graph/flow_problem.pb.h"
138137
#include "ortools/util/stats.h"
139138
#include "ortools/util/zvector.h"

0 commit comments

Comments
 (0)