* don't use repo name * Bump abseil-cpp to 20250512.0 * Bump Protobuf to 31.0 * Bump benchmark to 1.9.2 * Bump googletest to 1.17.0
17 lines
387 B
Python
17 lines
387 B
Python
cc_binary(
|
|
name = "issue4269",
|
|
srcs = [
|
|
"issue4269.cc",
|
|
],
|
|
deps = [
|
|
"//ortools/base",
|
|
"//ortools/base:path",
|
|
"//ortools/sat:cp_model",
|
|
"//ortools/sat:cp_model_solver",
|
|
"@abseil-cpp//absl/container:btree",
|
|
"@abseil-cpp//absl/flags:flag",
|
|
"@abseil-cpp//absl/strings",
|
|
"@protobuf//:protobuf",
|
|
],
|
|
)
|