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

First pass at free variable elimination

This commit is contained in:
Jakob Rath 2022-10-31 15:22:03 +01:00
parent 4cdd3bf77d
commit 29695391de
5 changed files with 144 additions and 21 deletions

View file

@ -85,6 +85,7 @@ namespace polysat {
friend class assignment_pp;
friend class assignments_pp;
friend class ex_polynomial_superposition;
friend class free_variable_elimination;
friend class inf_saturate;
friend class constraint_manager;
friend class scoped_solverv;