math_opt: sync

This commit is contained in:
Corentin Le Molgat
2022-03-31 15:30:39 +02:00
parent 1b7ea70824
commit 558cbf9cd4
39 changed files with 1105 additions and 207 deletions

View File

@@ -326,3 +326,13 @@ cc_library(
"@com_google_absl//absl/types:span",
],
)
cc_library(
name = "statistics",
srcs = ["statistics.cc"],
hdrs = ["statistics.h"],
deps = [
":model",
"//ortools/math_opt/core:model_storage",
],
)