3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00

Wrap polysat tests in class

This commit is contained in:
Jakob Rath 2022-01-12 13:42:04 +01:00
parent 5886a8873c
commit e0e03b3fc5
2 changed files with 105 additions and 93 deletions

View file

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