Chengsong [Sat, 13 Apr 2019 16:18:23 +0100] rev 14
the property
retrieve ar v = retrieve (bsimp ar) (decode erase(bsimp(ar)) code(v)) if |- v : r
does not hold
Chengsong [Fri, 12 Apr 2019 19:26:13 +0100] rev 13
test of
retrieve r v = retrieve (bsimp r) (decode bsimp r code v)
Chengsong [Wed, 10 Apr 2019 17:06:24 +0100] rev 12
removed C(c) The retrieve and code in the previous version is still not correct and will crash. no prob now.
Chengsong [Wed, 10 Apr 2019 16:34:34 +0100] rev 11
The C(Char) construct is incompatible with the code and retrieve in Fahad's thesis.
This causes the exception.
Two ways of fixing this: delete C(C) construct (easy way around) or amend retrieve code etc.
since the C(C) construct is intended for decoding Pred, and we don't use pred now, we shall delete this.
This is the last veersion that contains C(CHAR)
Chengsong [Sat, 23 Mar 2019 11:53:09 +0000] rev 10
exp and proof
Chengsong [Fri, 22 Mar 2019 12:53:56 +0000] rev 9
augmented version of proof sketch
Chengsong [Thu, 21 Mar 2019 13:26:07 +0000] rev 8
pf
Chengsong [Sat, 16 Mar 2019 20:05:13 +0000] rev 7
found the difference: caused by flats
in ders_simp, the alts is at top most level , so no fuse and bits stay at the alts level
whereas in ders + singele simp, the alts that should be the final top-level alts is not at the topmost level initially before simplification
so it is opened up and bits fused. later it finds out itself the top level only aalts remaining, but the fuse is not reversible
we do not know what happened either.
Chengsong [Sat, 16 Mar 2019 15:00:43 +0000] rev 6
random test failed
on the new simplification function. ("super_blexing_simp")
Chengsong [Sat, 16 Mar 2019 14:14:42 +0000] rev 5
correctness test with enumeration