3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-04-30 23:53:44 +00:00

Add helper for printing polysat constraints

This commit is contained in:
Jakob Rath 2023-03-12 16:15:25 +01:00
parent be72a37440
commit 50876a4dae
6 changed files with 268 additions and 1 deletions

View file

@ -140,6 +140,7 @@ namespace polysat {
friend class test_polysat;
friend class test_fi;
friend struct inf_resolve_evaluated;
friend class polysat_ast;
reslimit& m_lim;
params_ref m_params;