bazel: math_opt now use //ortools/base:logging

This commit is contained in:
Corentin Le Molgat
2024-02-15 16:21:52 +01:00
parent 04c0059b77
commit 3c50e93e46
7 changed files with 11 additions and 10 deletions

View File

@@ -48,7 +48,7 @@ cc_library(
":linear_constraint",
":objective",
":variable_and_expressions",
"//ortools/base",
"//ortools/base:logging",
"//ortools/base:status_macros",
"//ortools/math_opt:solution_cc_proto",
"//ortools/math_opt:sparse_containers_cc_proto",
@@ -291,7 +291,7 @@ cc_library(
srcs = ["update_tracker.cc"],
hdrs = ["update_tracker.h"],
deps = [
"//ortools/base",
"//ortools/base:logging",
"//ortools/math_opt:model_cc_proto",
"//ortools/math_opt:model_update_cc_proto",
"//ortools/math_opt/storage:model_storage",
@@ -306,7 +306,7 @@ cc_library(
srcs = ["message_callback.cc"],
hdrs = ["message_callback.h"],
deps = [
"//ortools/base",
"//ortools/base:logging",
"//ortools/base:source_location",
"@com_google_absl//absl/base:core_headers",
"@com_google_absl//absl/strings",