Skip to content
Snippets Groups Projects
Commit 62ede09e authored by Régis Blanc's avatar Régis Blanc
Browse files

Ok now it's working on the Abs example !

parent f7c035fe
No related branches found
No related tags found
No related merge requests found
......@@ -13,9 +13,8 @@ object Abs {
tabres = tabres.updated(k, -tab(k))
else
tabres = tabres.updated(k, tab(k))
} else {
} else
tabres = tabres.updated(k, 0)
}
k = k + 1
}) invariant(k >= 0 && (if(j < k) tabres(j) >= 0 else true))
tabres
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment