New Post: Dafny vs Spec#
[Following in your footsteps, I'm reposting here what I just posted in reply to your question on the Spec# forum.] Hello Ram, Spec# is an old language and tool. The main research project ended about 6...
View ArticleCommented Unassigned: An Insertion Sort verification [45]
I wonder how this program http://rise4fun.com/Dafny/TBQ0is verified by Dafny without the inner invariant, since the outer invariant is not preserved in the inner loop.Best,PaquiComments: Yes,...
View ArticleCommented Unassigned: An Insertion Sort verification [45]
I wonder how this program http://rise4fun.com/Dafny/TBQ0is verified by Dafny without the inner invariant, since the outer invariant is not preserved in the inner loop.Best,PaquiComments: Oooh, I see!!!...
View ArticleCommented Unassigned: An Insertion Sort verification [45]
I wonder how this program http://rise4fun.com/Dafny/TBQ0is verified by Dafny without the inner invariant, since the outer invariant is not preserved in the inner loop.Best,PaquiComments: I have one...
View ArticleCommented Unassigned: An Insertion Sort verification [45]
I wonder how this program http://rise4fun.com/Dafny/TBQ0is verified by Dafny without the inner invariant, since the outer invariant is not preserved in the inner loop.Best,PaquiComments: I think Dafny...
View ArticleNew Post: Function Lemma Keyword
Ahh, OK. Now I think that perhaps I am confused and having a syntax related problem. I did not know how to write SomeLemma(x); E as an invariant, but I now I think it should perhaps be written with...
View ArticleCreated Unassigned: Changing order in the code [46]
Hi,The class in http://rise4fun.com/Dafny/c98Am is verified by Dafny, but if you initialize first the non-ghost member of the class, like in http://rise4fun.com/Dafny/KSytthen Dafny doesn't verify the...
View ArticleSource code checked in, #ff2e7f1d5745
Bug fixes in the compilation of forall statements.
View ArticleCommented Unassigned: Changing order in the code [46]
Hi,The class in http://rise4fun.com/Dafny/c98Am is verified by Dafny, but if you initialize first the non-ghost member of the class, like in http://rise4fun.com/Dafny/KSytthen Dafny doesn't verify the...
View ArticleCommented Unassigned: Changing order in the code [46]
Hi,The class in http://rise4fun.com/Dafny/c98Am is verified by Dafny, but if you initialize first the non-ghost member of the class, like in http://rise4fun.com/Dafny/KSytthen Dafny doesn't verify the...
View ArticleCommented Unassigned: Changing order in the code [46]
Hi,The class in http://rise4fun.com/Dafny/c98Am is verified by Dafny, but if you initialize first the non-ghost member of the class, like in http://rise4fun.com/Dafny/KSytthen Dafny doesn't verify the...
View ArticleCommented Unassigned: Changing order in the code [46]
Hi,The class in http://rise4fun.com/Dafny/c98Am is verified by Dafny, but if you initialize first the non-ghost member of the class, like in http://rise4fun.com/Dafny/KSytthen Dafny doesn't verify the...
View ArticleCommented Unassigned: Changing order in the code [46]
Hi,The class in http://rise4fun.com/Dafny/c98Am is verified by Dafny, but if you initialize first the non-ghost member of the class, like in http://rise4fun.com/Dafny/KSytthen Dafny doesn't verify the...
View ArticleCommented Unassigned: Changing order in the code [46]
Hi,The class in http://rise4fun.com/Dafny/c98Am is verified by Dafny, but if you initialize first the non-ghost member of the class, like in http://rise4fun.com/Dafny/KSytthen Dafny doesn't verify the...
View ArticleCreated Unassigned: Dropping the autocontracts in SimpleQueue [47]
Hi,I did the experiment of dropping {: autocontracts} in the SimpleQueue example (of a Rustan's paper) and adding the required assertions and clauses . Everything works except for the Main program I...
View ArticleCommented Unassigned: Dropping the autocontracts in SimpleQueue [47]
Hi,I did the experiment of dropping {: autocontracts} in the SimpleQueue example (of a Rustan's paper) and adding the required assertions and clauses . Everything works except for the Main program I...
View Article