one linear solver example in bazel
This commit is contained in:
@@ -35,4 +35,15 @@ cc_binary(
|
||||
"@or_tools_libraries//sat:precedences",
|
||||
"@or_tools_libraries//sat:sat_solver",
|
||||
],
|
||||
)
|
||||
|
||||
cc_binary(
|
||||
name = "linear_programming",
|
||||
srcs = ["linear_programming.cc"],
|
||||
copts = ["-DUSE_GLOP"],
|
||||
deps = [
|
||||
"@or_tools_libraries//base",
|
||||
"@or_tools_libraries//linear_solver:linear_solver_glop",
|
||||
"@or_tools_libraries//linear_solver:linear_solver_cc_proto",
|
||||
],
|
||||
)
|
||||
Reference in New Issue
Block a user