Search code examples
How to prove the loop invariant of Mergesort with Frama-C WP...


dafnyframa-c

Read More
Frama-C WP unable to prove postcondition of function LinearSearch...


dafnyframa-c

Read More
Real number equality in Dafny: proving x^2 is positive for x > 0...


dafny

Read More
Dafny verifier fails to prove the consequence of multiset...


functional-programmingdafnyformal-verificationmultiset

Read More
Quantifier introduction in Dafny: prove abs is surjective...


dafnyquantifiersfirst-order-logic

Read More
Is Dafny 4.10 too powerful for exercises in Leino's book "Program proofs"?...


dafnyformal-verification

Read More
How to prove a modification of an array's item was successful?...


matrix-multiplicationverificationdafny

Read More
Dijkstras algorithm in Dafny using PriorityQueue...


classdijkstradafny

Read More
Why Dafny can't verify the existence of a minimum element in seq<nat>...


dafny

Read More
Can we have an arbitrary big upper bound for the looping variable in Dafny?...


dafnytheorem-proving

Read More
Proving correctness of Matrix Addition...


matrixdafnyformal-verificationproof-of-correctness

Read More
accessing members of constrained type parameters in Dafny...


dafnyformal-verification

Read More
Issues with converting 2D matrix indices to 1D array index...


indexingverificationdafnyformal-verification

Read More
Proving properties of simple power function in Dafny...


dafny

Read More
Index out of range in "var max: int := a[0];"...


dafny

Read More
Verify sequence of map modifications in dafny...


dictionaryverificationdafny

Read More
Dafny simple proof about giving change not working...


algorithmproofdafny

Read More
Dafny Loop Invariant...


dafnyloop-invariant

Read More
Refining modules inside a module refinement in Dafny?...


dafny

Read More
How to create a constant reference to an object in Dafny...


multicoredafnyformal-verification

Read More
unclear behaviour of traits and test type in Dafny...


dafny

Read More
Creating a class object in a class in another module...


dafny

Read More
Dafny error proving assertion on an unmodified array...


dafny

Read More
Using a method inside a predicate: Dafny...


dafny

Read More
Trying to Prove MergeSort in Dafny & Receiving an Error on Post Condition of Merge Method...


dafny

Read More
How to extract a variable from an exist clause...


proofdafny

Read More
Simple task scheduler state machine in Dafny...


dafny

Read More
How to remove an element from a map in Dafny...


dafny

Read More
How to work around lack of Function Extensionality in Dafny?...


dafny

Read More
Inserting a node at a random position in a linked list: Dafny...


linked-listdafny

Read More
BackNext