Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KihongHeo authored Aug 27, 2023
1 parent 1b1648c commit d8e407e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
- Location: N1 111

## Course Description
The main theme of this course is __"the relationship between specification and program"__ for safe and reliable software.
The main theme of this course is __"the relationship between specification and implementation"__ for safe and reliable software.
This course will cover two topics under the theme:
1. **program verification**: how to automatically _prove_ whether a given program satisfies the specification,
2. **program synthesis**: how to automatically _generate_ a program that satisfies the specification.
1. **program verification**: how to automatically _prove_ whether a given implementation satisfies the specification,
2. **program synthesis**: how to automatically _generate_ an implementation that satisfies the specification.

Students will learn theories and practices of program verification and synthesis through lectures, and assignments.

Expand Down

0 comments on commit d8e407e

Please sign in to comment.