mirror of
https://github.com/Z3Prover/z3
synced 2025-05-09 00:35:47 +00:00
add array selects to basic ackerman reduction improves performance significantly for #2525 as it now uses the SAT solver core instead of SMT core
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7823117776
commit
000e485794
25 changed files with 706 additions and 572 deletions
|
@ -49,7 +49,7 @@ class lackr_model_constructor {
|
|||
private:
|
||||
struct imp;
|
||||
imp * m_imp;
|
||||
ast_manager & m_m;
|
||||
ast_manager & m;
|
||||
enum {CHECKED, CONFLICT, UNKNOWN} m_state;
|
||||
conflict_list m_conflicts;
|
||||
const ackr_info_ref m_info;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue