STT-tensorflow/third_party/ortools/BUILD.bazel
A. Unique TensorFlower 5bc359be64 Convert TensorFlow's ortools dependency to new third party import method.
PiperOrigin-RevId: 218183952
2018-10-22 09:58:14 -07:00

14 lines
313 B
Python

# Google's software suite for combinatorial optimization
licenses(["notice"]) # Apache2 license
exports_files(["LICENSE-2.0.txt"])
native.cc_library(
name = "linear_solver_glop",
deps = [
"@ortools_archive//linear_solver:linear_solver_glop",
],
visibility = ["//visibility:public"],
)