3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-26 13:06:05 +00:00

test and fix viable2

This commit is contained in:
Nikolaj Bjorner 2021-11-14 20:55:12 -08:00
parent 4261345503
commit 69a17d0c60
4 changed files with 90 additions and 8 deletions

View file

@ -66,6 +66,7 @@ namespace polysat {
friend class ex_polynomial_superposition;
friend class inf_saturate;
friend class constraint_manager;
friend class scoped_solverv;
reslimit& m_lim;
params_ref m_params;