Change proto to/from file API to use absl::StatusOr; add reader/writer proto_file to model_builder

This commit is contained in:
Laurent Perron
2023-11-20 16:13:03 +01:00
parent dd57344ef2
commit 72f274f844
27 changed files with 229 additions and 524 deletions

View File

@@ -183,8 +183,5 @@ py_library(
name = "normalize",
srcs = ["normalize.py"],
visibility = ["//ortools/math_opt/python:__subpackages__"],
deps = [
# "@com_google_protobuf//protobuf:duration_py_pb2",
"@com_google_protobuf//:protobuf_python",
],
deps = ["@com_google_protobuf//:protobuf_python"],
)