3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-18 06:39:02 +00:00
z3/src/math
Nikolaj Bjorner f8f26788ad convert def into expression tree
prior data-structure could not represent
((1 + x) div 2) * 2
It is possible to have nested expressions with div.
To deal with this, replace original def by an expression tree data-structure.
2025-02-17 18:47:00 -08:00
..
automata Use = default for virtual constructors. 2022-08-05 18:11:46 +03:00
dd remove unneeded iterator functions 2024-09-23 12:59:04 +01:00
grobner remove a few default constructors 2024-09-23 08:17:58 +01:00
hilbert Sls (#7439) 2024-11-02 12:32:48 -07:00
interval delete more default constructors 2024-09-23 12:59:04 +01:00
lp adjust solve_for to handle rationals 2025-02-17 13:59:23 -08:00
polynomial remove default destructors 2024-10-02 22:20:12 +01:00
realclosure remove default destructors 2024-10-02 22:20:12 +01:00
simplex convert def into expression tree 2025-02-17 18:47:00 -08:00
subpaving use std::exception as base class to z3_exception 2024-11-04 11:08:15 -08:00