Skip to content

Commit

Permalink
Merge branch 'gaussian_abw' of github.com:lucaperju/volesti into gaus…
Browse files Browse the repository at this point in the history
…sian_abw
  • Loading branch information
lucaperju committed Jul 17, 2024
2 parents 1e6089c + fe0839b commit 1efe6b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 214 deletions.
5 changes: 5 additions & 0 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ option(DISABLE_NLP_ORACLES "Disable non-linear oracles (used in collocation)" ON
option(BUILTIN_EIGEN "Use eigen from ../external" OFF)
option(BUILTIN_AUTODIFF "Use autodiff from ../external" ON)
option(USE_MKL "Use MKL library to build eigen" OFF)
option(BUILTIN_AUTODIFF "Use autodiff from ../external" ON)
option(USE_MKL "Use MKL library to build eigen" OFF)

if(DISABLE_NLP_ORACLES)
add_definitions(-DDISABLE_NLP_ORACLES)
Expand Down Expand Up @@ -282,6 +284,9 @@ add_test(NAME volume_cb_vpolytope_cube COMMAND volume_cb_vpolytope -tc=cube)
add_test(NAME volume_cb_vpolytope_cross COMMAND volume_cb_vpolytope -tc=cross)
add_test(NAME volume_cb_vpolytope_simplex COMMAND volume_cb_vpolytope -tc=simplex)

add_executable (volume_cb_zonotopes volume_cb_zonotopes.cpp $<TARGET_OBJECTS:test_main>)
add_test(NAME volume_cb_zonotopes_uniform_zonotopes
COMMAND volume_cb_zonotopes -tc=uniform_zonotopes)
add_executable (volume_cb_zonotopes volume_cb_zonotopes.cpp $<TARGET_OBJECTS:test_main>)
add_test(NAME volume_cb_zonotopes_uniform_zonotopes
COMMAND volume_cb_zonotopes -tc=uniform_zonotopes)
Expand Down
214 changes: 0 additions & 214 deletions test/new_rounding_test.cpp

This file was deleted.

0 comments on commit 1efe6b2

Please sign in to comment.