math_opt: cleanup

This commit is contained in:
Corentin Le Molgat
2025-08-27 07:52:08 +02:00
parent e4334bea06
commit e48814866f
2 changed files with 1 additions and 4 deletions

View File

@@ -399,9 +399,6 @@ cc_library(
cc_library(
name = "tagged_id",
hdrs = ["tagged_id.h"],
# This dependency is not ideal, we should consider moving this to ortools/util,
# see some discussion on b/430226871.
visibility = ["//ortools/apollo:__subpackages__"],
deps = [
"@abseil-cpp//absl/base:core_headers",
"@abseil-cpp//absl/log:check",

View File

@@ -17,7 +17,7 @@ load("@rules_python//python:py_library.bzl", "py_library")
py_library(
name = "remote_http_solve",
srcs = ["remote_http_solve.py"],
visibility = ["//visibility:public"],
visibility = ["//ortools/service:__subpackages__"],
deps = [
":proto_converter",
"//ortools/service/v1:optimization_py_pb2",