3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-09-06 01:48:02 +00:00

no need to alloc sets

This commit is contained in:
Jakob Rath 2022-12-22 18:55:18 +01:00
parent 29a547e0b4
commit 0cfc0af7ee
2 changed files with 15 additions and 10 deletions

View file

@ -28,6 +28,7 @@ namespace polysat {
solver& s;
vector<subs_entry> m_entries;
bool_vector m_bools;
bool try_remove_equations(clause& cl);
bool try_recognize_bailout(clause& cl);