mirror of
https://github.com/Z3Prover/z3
synced 2025-11-04 05:19:11 +00:00
univariate solver seems to work
This commit is contained in:
parent
1de51da67e
commit
c4370eb7e6
4 changed files with 143 additions and 34 deletions
|
|
@ -3,7 +3,7 @@ add_subdirectory(lp)
|
|||
################################################################################
|
||||
# z3-test executable
|
||||
################################################################################
|
||||
set(z3_test_deps api fuzzing simplex polysat)
|
||||
set(z3_test_deps api fuzzing simplex polysat polysat_univariate_solver)
|
||||
z3_expand_dependencies(z3_test_expanded_deps ${z3_test_deps})
|
||||
set (z3_test_extra_object_files "")
|
||||
foreach (component ${z3_test_expanded_deps})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue