https://github.com/tniessen/hyena0
Prototype implementation of a hyperbug finder for ∀∃-safety hyperproperties to accompany the OOPSLA 2024 paper "Finding ∀∃ Hyperbugs using Symbolic Execution" by Arthur Correnson, Tobias Nießen, Bernd Finkbeiner, and Georg Weissenbacher.
https://github.com/tniessen/hyena0
bounded-model-checking hyperproperties infinite-state-systems symbolic-execution
Last synced: 4 months ago
JSON representation
Prototype implementation of a hyperbug finder for ∀∃-safety hyperproperties to accompany the OOPSLA 2024 paper "Finding ∀∃ Hyperbugs using Symbolic Execution" by Arthur Correnson, Tobias Nießen, Bernd Finkbeiner, and Georg Weissenbacher.
- Host: GitHub
- URL: https://github.com/tniessen/hyena0
- Owner: tniessen
- License: mit
- Created: 2024-08-27T20:02:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T06:28:30.000Z (over 1 year ago)
- Last Synced: 2025-07-21T09:32:28.093Z (10 months ago)
- Topics: bounded-model-checking, hyperproperties, infinite-state-systems, symbolic-execution
- Language: C++
- Homepage: https://dl.acm.org/doi/10.1145/3689761
- Size: 52.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hy∃n∀ (zero)
This repository contains a prototype implementation of a hyperbug finder for
∀∃-safety hyperproperties to accompany the OOPSLA 2024 paper
[_Finding ∀∃ Hyperbugs using Symbolic Execution_](https://dl.acm.org/doi/10.1145/3689761)
by Arthur Correnson, Tobias Nießen, Bernd Finkbeiner, and Georg Weissenbacher.