Difference between revisions of "Hoare logic"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Created page with "'''Hoare logic''' (also known as '''Floyd–Hoare logic''' or '''Hoare rules''') is a formal system with a set of logical rules for reasoning rigorously about the Correc...")
 
(No difference)

Latest revision as of 16:19, 31 August 2016

Hoare logic (also known as Floyd–Hoare logic or Hoare rules) is a formal system with a set of logical rules for reasoning rigorously about the correctness of computer programs.

It was proposed in 1969 by the British computer scientist and logician Tony Hoare, and subsequently refined by Hoare and other researchers.

The original ideas were seeded by the work of Robert W. Floyd, who had published a similar system for flowcharts.

See also

External links