mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
Propagate assignment if all bits are assigned and use better justification if any found
This commit is contained in:
parent
52eefb6e85
commit
39a4bb025b
7 changed files with 460 additions and 313 deletions
|
@ -2036,7 +2036,7 @@ void tst_polysat() {
|
|||
return;
|
||||
#endif
|
||||
|
||||
// If non-empty, only run tests whose name c9ontains the run_filter
|
||||
// If non-empty, only run tests whose name contains the run_filter
|
||||
run_filter = "";
|
||||
test_max_conflicts = 20;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue