mirror of
https://github.com/Z3Prover/z3
synced 2025-05-04 06:15:46 +00:00
set, lemma, minor
This commit is contained in:
parent
2f65ce1026
commit
6abe0c9be8
16 changed files with 91 additions and 23 deletions
|
@ -635,7 +635,6 @@ namespace polysat {
|
|||
auto* e = m_units[v];
|
||||
entry* first = e;
|
||||
SASSERT(e);
|
||||
core.reset();
|
||||
do {
|
||||
// Build constraint: upper bound of each interval is not contained in the next interval,
|
||||
// using the equivalence: t \in [l;h[ <=> t-l < h-l
|
||||
|
@ -670,16 +669,13 @@ namespace polysat {
|
|||
core.logger().log(inf_fi(*this, v));
|
||||
|
||||
// TODO: should not be here, too general
|
||||
/*
|
||||
for (auto c : core) {
|
||||
if (c.bvalue(s) == l_false) {
|
||||
core.reset();
|
||||
core.set(~c);
|
||||
core.logger().log("");
|
||||
break;
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue