summaryrefslogtreecommitdiffstats
path: root/content/zettel/3a8g5h6.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/zettel/3a8g5h6.md')
-rw-r--r--content/zettel/3a8g5h6.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/content/zettel/3a8g5h6.md b/content/zettel/3a8g5h6.md
new file mode 100644
index 0000000..03a4660
--- /dev/null
+++ b/content/zettel/3a8g5h6.md
@@ -0,0 +1,15 @@
++++
+title = "Add check of correctness for Iop"
+author = "Yann Herklotz"
+tags = []
+categories = []
+backlinks = ["3a8g5h5"]
+forwardlinks = []
+zettelid = "3a8g5h6"
++++
+
+At each Iop, the defining variable should not be in the predicate. Once
+the simplification is not present anymore, it will be difficult to prove
+that the Iop instruction does not modify the value of the current
+predicate. Because of this, the current development always removes all
+the variables from the predicate that are currently being defined there.