3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-11 09:44:43 +00:00

split nla_grobner to separate file

This commit is contained in:
Nikolaj Bjorner 2022-07-13 13:05:57 -07:00
parent 7d0c789af0
commit b81f70f6fc
4 changed files with 398 additions and 363 deletions

View file

@ -34,6 +34,7 @@ z3_add_component(lp
nla_basics_lemmas.cpp
nla_common.cpp
nla_core.cpp
nla_grobner.cpp
nla_intervals.cpp
nla_monotone_lemmas.cpp
nla_order_lemmas.cpp