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

fix output

This commit is contained in:
Jakob Rath 2022-08-03 10:01:54 +02:00
parent a76f977f85
commit b9588af07a
3 changed files with 4 additions and 2 deletions

View file

@ -87,6 +87,7 @@ namespace polysat {
friend class scoped_solverv;
friend class test_polysat;
friend class test_fi;
friend struct inference_resolve_with_assignment;
reslimit& m_lim;
params_ref m_params;