3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00

Update note on subsumption (for later)

This commit is contained in:
Jakob Rath 2022-10-07 16:32:56 +02:00
parent b2d926362c
commit 05f1b4dd1a

View file

@ -33,10 +33,12 @@ Notes:
294: v12 + -1*v10 + -1*v0 + -1 == 0 [ l_undef ]
295: v10 + v0 + 1 <= v12 [ l_undef ]
292: v10 + v0 + 1 == 0
294: v10 + v0 + 1 == v12
295: v10 + v0 + 1 <= v12
==> drop 294
==> drop 294 because it implies 295
==> drop 292 because it implies 295
--*/
#include "math/polysat/solver.h"