mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 19:47:52 +00:00
add outline for interval reasoning
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
273aff5ed6
commit
3b5ae285d9
4 changed files with 70 additions and 4 deletions
|
@ -20,9 +20,10 @@ z3_add_component(simplifiers
|
|||
solve_context_eqs.cpp
|
||||
solve_eqs.cpp
|
||||
COMPONENT_DEPENDENCIES
|
||||
euf
|
||||
rewriter
|
||||
bit_blaster
|
||||
euf
|
||||
interval
|
||||
normal_forms
|
||||
rewriter
|
||||
substitution
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue