3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-14 21:08:46 +00:00
z3/src/math
Nikolaj Bjorner b68af0c1e5 working on reconciling perf for arithmetic solvers
this update integrates inferences to smt.arith.solver=6 related to grobner basis computation and handling of div/mod axioms to reconcile performance with smt.arith.solver=2.

The default of smt.arth.nl.grobner_subs_fixed is changed to 1 to make comparison with solver=2 more direct.

The selection of cluster equalities for solver=6 was reconciled with how it is done for solver=2.
2022-07-11 07:38:51 -07:00
..
automata call it data instead of c_ptr for approaching C++11 std::vector convention. 2021-04-13 18:17:35 -07:00
dd working on reconciling perf for arithmetic solvers 2022-07-11 07:38:51 -07:00
grobner working on reconciling perf for arithmetic solvers 2022-07-11 07:38:51 -07:00
hilbert Add and fix a few general compiler warnings. (#5628) 2021-10-29 15:42:32 +02:00
interval working on reconciling perf for arithmetic solvers 2022-07-11 07:38:51 -07:00
lp working on reconciling perf for arithmetic solvers 2022-07-11 07:38:51 -07:00
polynomial fix #6084 2022-06-07 11:29:57 -07:00
realclosure remove '#include <iostream>' from headers and from unneeded places 2022-06-17 14:10:19 +01:00
simplex remove '#include <iostream>' from headers and from unneeded places 2022-06-17 14:10:19 +01:00
subpaving remove '#include <iostream>' from headers and from unneeded places 2022-06-17 14:10:19 +01:00