mirror of
https://github.com/Z3Prover/z3
synced 2025-07-03 11:25:40 +00:00
implement 'is_full' case
This commit is contained in:
parent
df85eeb581
commit
450ed26440
1 changed files with 3 additions and 2 deletions
|
@ -892,8 +892,9 @@ namespace polysat {
|
||||||
});
|
});
|
||||||
|
|
||||||
if (ivl.is_full()) {
|
if (ivl.is_full()) {
|
||||||
// TODO: set conflict
|
pdd zero = c.var2pdd(m_var).zero();
|
||||||
NOT_IMPLEMENTED_YET();
|
auto sc = cs.ult(zero, zero); // false
|
||||||
|
return c.propagate(sc, deps, "propagate from containing slice (conflict)");
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
// proper interval
|
// proper interval
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue