|
|
|
|
|
by cmdrfred
3621 days ago
|
|
> because writing out every like detail, specifying every last piece of context & assumption & step is laborious. Can code be written and subsequently formally verified that can then help in the process of formally verifying code? |
|
In this case the proof did not properly account for the full range of inputs, of at least skipped over the fact that in real hardware the integer domains are finite.
There's a lot of formal verification tools out there though, they do make it easier,easy enough to at least properly verify the correctness of a simple sorting algorithm.