mirror of
https://github.com/Z3Prover/z3
synced 2025-07-23 12:48:53 +00:00
adding dt-solver (#4739)
* adding dt-solver Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * dt Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * move mbp to self-contained module Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * files Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * Create CMakeLists.txt * dt Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com> * rename to bool_var2expr to indicate type class * mbp * na
This commit is contained in:
parent
b77c57451f
commit
2f756da294
62 changed files with 2309 additions and 1257 deletions
|
@ -1180,7 +1180,7 @@ namespace sat {
|
|||
}
|
||||
case watched::EXT_CONSTRAINT:
|
||||
SASSERT(m_ext);
|
||||
keep = m_ext->propagate(l, it->get_ext_constraint_idx());
|
||||
keep = m_ext->propagated(l, it->get_ext_constraint_idx());
|
||||
if (m_inconsistent) {
|
||||
if (!keep) {
|
||||
++it;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue