cp examples

This commit is contained in:
Laurent Perron
2017-03-29 23:24:29 +02:00
parent 1423175cd2
commit dd4fc5adcb
2 changed files with 33 additions and 0 deletions

View File

@@ -84,3 +84,13 @@ cc_binary(
"@or_tools_libraries//util:time_limit",
],
)
cc_binary(
name = "cryptarithm",
srcs = ["cryptarithm.cc"],
deps = [
"@com_google_protobuf_cc//:protobuf",
"@or_tools_libraries//base",
"@or_tools_libraries//constraint_solver:cp",
],
)