Skip to content

Commit 1270579

Browse files
committed
[CP-SAT] rename test_feasibility_jump to use_ls_only; code polishing all over
1 parent 14791cb commit 1270579

28 files changed

+1247
-703
lines changed

ortools/sat/BUILD.bazel

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ cc_library(
227227
"@com_google_absl//absl/functional:any_invocable",
228228
"@com_google_absl//absl/functional:bind_front",
229229
"@com_google_absl//absl/functional:function_ref",
230+
"@com_google_absl//absl/hash",
230231
"@com_google_absl//absl/log",
231232
"@com_google_absl//absl/log:check",
232233
"@com_google_absl//absl/random:bit_gen_ref",
@@ -2306,6 +2307,7 @@ cc_library(
23062307
hdrs = ["cp_model_symmetries.h"],
23072308
deps = [
23082309
":cp_model_cc_proto",
2310+
":cp_model_checker",
23092311
":cp_model_mapping",
23102312
":cp_model_utils",
23112313
":model",
@@ -2315,13 +2317,15 @@ cc_library(
23152317
":sat_solver",
23162318
":symmetry_util",
23172319
":util",
2320+
"//ortools/algorithms:binary_search",
23182321
"//ortools/algorithms:find_graph_symmetries",
23192322
"//ortools/algorithms:sparse_permutation",
23202323
"//ortools/base",
23212324
"//ortools/base:hash",
23222325
"//ortools/graph",
23232326
"//ortools/util:affine_relation",
23242327
"//ortools/util:logging",
2328+
"//ortools/util:saturated_arithmetic",
23252329
"//ortools/util:time_limit",
23262330
"@com_google_absl//absl/algorithm:container",
23272331
"@com_google_absl//absl/container:btree",

0 commit comments

Comments
 (0)