mirror of
https://github.com/papers-we-love/papers-we-love.git
synced 2024-10-27 20:34:20 +00:00
Verification faults dirs (#566)
* consolidate program verificaiton and program fault detection listings. * faults and validation gets header info
This commit is contained in:
parent
e98568b063
commit
7edb828c2d
@ -1,6 +1,14 @@
|
||||
# Fault Protection
|
||||
# Program Faults and Verification
|
||||
|
||||
## External Papers
|
||||
[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
|
||||
|
||||
* [Coq: The world’s best macro assembler?](https://research.microsoft.com/en-us/um/people/nick/coqasm.pdf)
|
||||
* :scroll: [Epitaxis: a system for syntactic and semantic software queries](epitaxis-a-system-for-syntactic-and-semantic-software-queries.pdf)
|
||||
|
||||
## Fault Protection
|
||||
|
||||
* [GN&C Fault Protection Fundamentals](https://trs.jpl.nasa.gov/bitstream/handle/2014/41696/08-0125.pdf)
|
||||
> As software becomes more and more integrated in our daily lives, we
|
@ -1,3 +0,0 @@
|
||||
# Program Verification
|
||||
|
||||
* [Coq: The world’s best macro assembler?](https://research.microsoft.com/en-us/um/people/nick/coqasm.pdf)
|
Loading…
Reference in New Issue
Block a user