faults and validation gets header info

This commit is contained in:
ZJ 2019-09-05 20:19:03 -04:00
parent ea04d6b250
commit b815ad6b15
No known key found for this signature in database
GPG Key ID: 5FBC4EFA03B99124

View File

@ -1,5 +1,8 @@
# Program Faults and Verification # Program Faults and Verification
[Fault detection](https://en.wikipedia.org/wiki/Fault_detection_and_isolation), and [program validation](https://en.wikipedia.org/wiki/Software_verification_and_validation), and [formal validation](https://en.wikipedia.org/wiki/Formal_verification) are highly interrelated topics. Each deal with proving or disproving the correctness of systems as intended, and the classification of incorrect behavior.
## Program Verification ## Program Verification
* [Coq: The worlds best macro assembler?](https://research.microsoft.com/en-us/um/people/nick/coqasm.pdf) * [Coq: The worlds best macro assembler?](https://research.microsoft.com/en-us/um/people/nick/coqasm.pdf)