3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-09 09:21:56 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2025-09-22 11:26:48 +03:00
parent fae67b79b7
commit 0a0e925f27
4 changed files with 49 additions and 2 deletions

View file

@ -60,6 +60,7 @@ class core {
friend class monomial_bounds;
friend class nra::solver;
friend class divisions;
friend class mul_saturate;
unsigned m_nlsat_delay = 0;
unsigned m_nlsat_delay_bound = 0;