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:
parent
6c4d60c5af
commit
a76f977f85
3 changed files with 35 additions and 17 deletions
|
@ -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(); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue