Skip to content

Commit 3e5e338

Browse files
committed
feat: add c3 plus
1 parent 13ba28d commit 3e5e338

File tree

13 files changed

+574
-203
lines changed

13 files changed

+574
-203
lines changed

core/BUILD.bazel

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ cc_library(
3434
srcs = [
3535
"c3.cc",
3636
"c3_qp.cc",
37+
"c3_plus.cc",
3738
] + select({
3839
"//tools:with_gurobi": [
3940
":c3_miqp.cc",
@@ -46,6 +47,7 @@ cc_library(
4647
"c3.h",
4748
"c3_miqp.h",
4849
"c3_qp.h",
50+
"c3_plus.h",
4951
],
5052
data = [
5153
":default_solver_options",
@@ -82,6 +84,9 @@ cc_library(
8284
hdrs = [
8385
"test/c3_cartpole_problem.hpp",
8486
],
87+
deps = [
88+
":core",
89+
],
8590
data = [
8691
":test_data",
8792
]

0 commit comments

Comments
 (0)