mirror of
https://github.com/Z3Prover/z3
synced 2026-03-16 18:20:00 +00:00
remove literal polarity from dependencies
This commit is contained in:
parent
5398429c21
commit
658f079efd
5 changed files with 34 additions and 33 deletions
|
|
@ -348,8 +348,7 @@ namespace polysat {
|
|||
|
||||
dependency core::get_dependency(constraint_id idx) const {
|
||||
auto [sc, d, value] = m_constraint_index[idx.id];
|
||||
SASSERT(value != l_undef);
|
||||
return value == l_false ? ~d : d;
|
||||
return d;
|
||||
}
|
||||
|
||||
dependency_vector core::get_dependencies(constraint_id_vector const& ids) const {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue