mirror of
https://github.com/Z3Prover/z3
synced 2025-06-19 20:33:38 +00:00
Update note on subsumption (for later)
This commit is contained in:
parent
b2d926362c
commit
05f1b4dd1a
1 changed files with 3 additions and 1 deletions
|
@ -33,10 +33,12 @@ Notes:
|
||||||
294: v12 + -1*v10 + -1*v0 + -1 == 0 [ l_undef ]
|
294: v12 + -1*v10 + -1*v0 + -1 == 0 [ l_undef ]
|
||||||
295: v10 + v0 + 1 <= v12 [ l_undef ]
|
295: v10 + v0 + 1 <= v12 [ l_undef ]
|
||||||
|
|
||||||
|
292: v10 + v0 + 1 == 0
|
||||||
294: v10 + v0 + 1 == v12
|
294: v10 + v0 + 1 == v12
|
||||||
295: 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"
|
#include "math/polysat/solver.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue