Search code examples
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
How to declare type in dafny which supports ordering...

dafny

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
How to induct on mapped sets or...?...

setdafnyinduction

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
old expression in (ghost) predicates...

dafny

Read More
Dafny issue modifying array member of class...

dafnyformal-verification

Read More
Linked list insertion in Dafny...

dafny

Read More
Dafny linked queue implementation...

linked-listverificationdafny

Read More
BackNext