English
 
Help Privacy Policy Disclaimer
  Advanced SearchBrowse

Item

ITEM ACTIONSEXPORT

Released

Thesis

Formal Correctness of Result Checking for Priority Queues

MPS-Authors
/persons/resource/persons144530

Piskac,  Ruzica
Programming Logics, MPI for Informatics, Max Planck Society;

External Resource
No external resources are shared
Fulltext (restricted access)
There are currently no full texts shared for your IP range.
Fulltext (public)
There are no public fulltexts stored in PuRe
Supplementary Material (public)
There is no public supplementary material available
Citation

Piskac, R. (2005). Formal Correctness of Result Checking for Priority Queues. Master Thesis, Universität des Saarlandes, Saarbrücken.


Cite as: https://hdl.handle.net/11858/00-001M-0000-0027-D74E-3
Abstract
We formally prove the correctness of the time super-efficient result checker
for priority queues, which is implemented in LEDA [15]. A priority queue is a
data structure that supports insertion, deletion and retrieval of the minimal
element, relative to some order.
A result checker for priority queues is a data structure that monitors the
input and output of the priority queue. Whenever the user requests a minimal
element, it checks that the returned element is indeed minimal. In order to do
this, the checker makes use of a system of lower bounds.
We have verified that, for every execution sequence in which the checker
accepts the outputs, the priority queue returned the correct minimal elements.
For the formal verification, we used the first-order theorem prover Saturate
[25].