3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 16:45:31 +00:00

implement 'is_full' case

This commit is contained in:
Jakob Rath 2024-03-12 16:23:23 +01:00
parent df85eeb581
commit 450ed26440

View file

@ -892,8 +892,9 @@ namespace polysat {
});
if (ivl.is_full()) {
// TODO: set conflict
NOT_IMPLEMENTED_YET();
pdd zero = c.var2pdd(m_var).zero();
auto sc = cs.ult(zero, zero); // false
return c.propagate(sc, deps, "propagate from containing slice (conflict)");
}
else {
// proper interval