3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-05-04 17:35:17 +00:00

test stub

This commit is contained in:
Jakob Rath 2023-06-15 11:53:06 +02:00
parent 136e819cb9
commit 40f794c5b4
3 changed files with 25 additions and 1 deletions

View file

@ -141,6 +141,7 @@ namespace polysat {
friend class constraint_manager;
friend class name_manager;
friend class scoped_solverv;
friend class scoped_solver_slicing;
friend class test_polysat;
friend class test_fi;
friend struct inf_resolve_evaluated;