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

Change univariate fallback solver to one-shot mode for now

This commit is contained in:
Jakob Rath 2022-08-02 12:42:34 +02:00
parent 6c4d60c5af
commit a76f977f85
3 changed files with 35 additions and 17 deletions

View file

@ -118,7 +118,7 @@ namespace polysat {
unsigned_vector m_activity;
vector<pdd> m_vars;
unsigned_vector m_size; // store size of variables.
unsigned_vector m_size; // store size of variables (bit width)
search_state m_search;
assignment_t const& assignment() const { return m_search.assignment(); }