Edges Quote by Robert W. Floyd
“It is, therefore, possible to extend a partially specified interpretation to a complete interpretation, without loss of verifiability... This fact offers the possibility of automatic verification of programs, the programmer merely tagging entrances and one edge in each innermost loop.”
About This Quote
Source Paper: “On the Automatic Verification of Programs”, 1976
Shows that a partially defined program behavior can be fully specified without losing verifiability, enabling automated checks.
In simple terms: Partial specs can become full specs for verification.
Use partial specs to aid program verification.
Themes
Mood
Type
When to use this quote
- software development
- testing
- debugging
- code review
Key Concepts
Questions to Reflect On
- What are limits of automatic verification?
- How to balance detail vs. effort?
Complex programs may resist simple tagging.