Jakob Rath
c79a16db2a
Fix dependency tracking for input boolean conflicts
2023-02-06 16:28:41 +01:00
Jakob Rath
d7797a53df
temporary fix
2023-02-06 11:34:28 +01:00
Nikolaj Bjorner
b45f42133d
updates to try_div_monotonicity
...
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2023-02-04 15:55:14 -08:00
Jakob Rath
539a4e4eae
less eval
2023-02-03 17:43:07 +01:00
Jakob Rath
1a733a3a50
compute polysat unsat core
2023-02-03 17:37:09 +01:00
Jakob Rath
579275a17d
cleanup
2023-02-03 16:33:02 +01:00
Jakob Rath
4b1ec583ec
Remove outdated assertion
2023-02-03 16:07:58 +01:00
Jakob Rath
63416dbcd7
fix
2023-02-03 15:59:26 +01:00
Jakob Rath
6365e322f3
Try to propagate boolean decisions after backjumping
2023-02-03 15:56:19 +01:00
Jakob Rath
5678c1c592
We need more clause names
2023-02-03 15:54:56 +01:00
Jakob Rath
bdf20f513b
debug
2023-02-03 11:18:11 +01:00
Clemens Eisenhofer
ae41f82939
Merge branch 'polysat' of https://github.com/Z3Prover/z3 into polysat
2023-02-03 07:15:58 +01:00
Clemens Eisenhofer
c042505c34
Another monotonicity lemma
2023-02-03 07:15:10 +01:00
Jakob Rath
2dc93116e5
cleanup pdecide
2023-02-02 13:28:28 +01:00
Jakob Rath
5589d3389d
Drop assign_verify
2023-02-02 13:22:10 +01:00
Jakob Rath
40519c70aa
fix includes
2023-02-01 17:00:26 +01:00
Jakob Rath
53bbb49031
Restore mod_interval for fixplex
2023-02-01 16:34:25 +01:00
Clemens Eisenhofer
4648c35a35
Missing file
2023-02-01 15:10:47 +01:00
Jakob Rath
fe164c843d
Fix/simplify constraint_manager::watch
2023-02-01 15:02:56 +01:00
Jakob Rath
0d56edb65c
Fix missing boolean propagation after boolean conflict
...
Usually in SAT solving, the conflict clause has at least two false literals at the max level (otherwise, the last literal would have been propagated at an earlier level).
But here we are adding clauses on demand; so after backtracking we may have the case that the conflict clause has exactly one undefined literal that must be propagated explicitly.
2023-02-01 15:02:56 +01:00
Clemens Eisenhofer
783bd60598
Merge branch 'polysat' of https://github.com/Z3Prover/z3 into polysat
2023-02-01 11:28:15 +01:00
Clemens Eisenhofer
8db575ea3b
Division monotonicity
2023-02-01 11:27:46 +01:00
Jakob Rath
975fb25221
Fix to bench15 bug was unsound
2023-02-01 11:17:29 +01:00
Jakob Rath
f0625b604a
Promote assertions to release mode
2023-02-01 11:12:13 +01:00
Jakob Rath
576e0b70b2
stub for conflict::find_deps
2023-02-01 10:53:49 +01:00
Jakob Rath
1bb68a4fc1
track dependency of base-level conflict
2023-02-01 10:47:26 +01:00
Jakob Rath
3c822117d1
assert before deref
2023-02-01 10:41:02 +01:00
Jakob Rath
9314ad3808
minor changes to bounds propagation
2023-02-01 10:36:49 +01:00
Clemens Eisenhofer
63f7001117
Justify shift-premis in variable_elimination
2023-01-31 15:50:42 +01:00
Jakob Rath
9916a76543
try_eval constraints when adding clause
...
(fix assertion in bench15)
2023-01-31 15:15:51 +01:00
Clemens Eisenhofer
e8163b1769
Removed wrong assertion
2023-01-27 08:32:44 +01:00
Jakob Rath
88d11c9381
skip always-true constraints
2023-01-25 12:34:01 +01:00
Jakob Rath
223f9fffed
avoid unused variable warning
2023-01-25 12:32:04 +01:00
Jakob Rath
f91bb12f0e
Add warning to not trust the unsat cores yet
2023-01-25 12:30:27 +01:00
Jakob Rath
4dc05447ad
verify model also in release mode
2023-01-25 11:42:34 +01:00
Jakob Rath
b460150f98
tried logic ALL for univariate solver
...
Allows us to solve bench25 but some others turn into unknown
2023-01-25 11:42:02 +01:00
Jakob Rath
7fbf27309b
rename
2023-01-25 11:42:02 +01:00
Nikolaj Bjorner
cf1ce4cea2
promote assertion to verify so it triggers in release mode, triggers for bench15
...
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2023-01-24 20:15:40 -08:00
Jakob Rath
a2ff185187
Put (arbitrary) bound on number of refinements
2023-01-23 16:33:07 +01:00
Jakob Rath
3dc8ef6337
parity edge case
2023-01-23 15:07:35 +01:00
Jakob Rath
07de75cd12
fix and-propagation
2023-01-23 15:04:13 +01:00
Jakob Rath
58ab342029
Add missing and-lemma; fix condition on existing one
2023-01-23 14:56:46 +01:00
Jakob Rath
46147c2fc3
Fix unsoundness in ule_constraint lemma
2023-01-23 13:59:00 +01:00
Jakob Rath
c6cd35508b
fix
2023-01-19 19:09:46 +01:00
Jakob Rath
2056d392ba
Detect gap in has_max_forbidden
2023-01-19 13:48:06 +01:00
Jakob Rath
d1ef8029a9
simpler condition
2023-01-19 13:43:50 +01:00
Jakob Rath
f9f61249e1
debug output
2023-01-19 13:42:33 +01:00
Jakob Rath
a7ad1f0bfb
fix build
2023-01-18 19:29:22 +01:00
Jakob Rath
85a8d8b005
debug output
2023-01-18 18:46:40 +01:00
Jakob Rath
905144cdbb
assert
2023-01-18 18:43:41 +01:00