3
0
Fork 0
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:
Clemens Eisenhofer 2022-12-27 08:44:55 +01:00
parent 52eefb6e85
commit 39a4bb025b
7 changed files with 460 additions and 313 deletions

View file

@ -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;