mirror of
https://github.com/Z3Prover/z3
synced 2025-08-06 11:20:26 +00:00
move to get_sort as method, add opt_lns pass, disable xor simplification unless configured, fix perf bug in model converter update trail
This commit is contained in:
parent
c623e2db28
commit
4455f6caf8
36 changed files with 391 additions and 90 deletions
|
@ -28,6 +28,7 @@ namespace sat {
|
|||
PS_ALWAYS_FALSE,
|
||||
PS_BASIC_CACHING,
|
||||
PS_SAT_CACHING,
|
||||
PS_FROZEN,
|
||||
PS_RANDOM
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue