math_opt: Add solve_arguments.cc

This commit is contained in:
Corentin Le Molgat
2022-12-19 10:09:00 +01:00
parent b36e2cb18b
commit c73e32a43b
2 changed files with 42 additions and 0 deletions

View File

@@ -313,6 +313,7 @@ cc_library(
cc_library(
name = "solve_arguments",
srcs = ["solve_arguments.cc"],
hdrs = [
"solve_arguments.h",
],