3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-10 17:58:06 +00:00

move into separate component

This commit is contained in:
Jakob Rath 2022-03-10 16:10:56 +01:00
parent d4a28d4553
commit afc711d6ec
7 changed files with 98 additions and 34 deletions

View file

@ -0,0 +1,4 @@
z3_add_component(polysat_univariate_solver
SOURCES
univariate_solver.cpp
)