summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authormcjuneho <63680275+mcjuneho@users.noreply.github.com>2021-03-05 11:51:23 -0800
committerGitHub <noreply@github.com>2021-03-05 11:51:23 -0800
commitba90594ea59be5cfbcbfe81cf9510dab1efc3130 (patch)
treea2fb69e2356f91feb0faab800f19f2cb1babbb0b /src/CMakeLists.txt
parent4a72fbf9c96d5dda96cc2b198a4ef2e7c23c7b44 (diff)
Initial implementation of an optimization solver with unit tests. (#5849)
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index c438d9a4f..419b6ff75 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -242,6 +242,8 @@ libcvc4_add_sources(
smt/model_blocker.h
smt/node_command.cpp
smt/node_command.h
+ smt/optimization_solver.cpp
+ smt/optimization_solver.h
smt/options_manager.cpp
smt/options_manager.h
smt/output_manager.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback