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:
parent
29a547e0b4
commit
0cfc0af7ee
2 changed files with 15 additions and 10 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue