Skip to content
Snippets Groups Projects
Commit ce4ac1e4 authored by Pedro da Rocha Pinto's avatar Pedro da Rocha Pinto Committed by Thomas Wood
Browse files

Improvement (?) on description about the concurrency project.

parent 661165ba
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ Concurrent programs and libraries are ubiquitous in today's world of multi-core
and the need for reasoning about concurrent programs and verifying their correctness grows
increasingly more important. These research problems are still considered difficult for a variety of reasons,
such as the fact that we need to consider and reach conclusions about a shared state
affected by multiple threads.
affected by multiple threads, or that we require effective abstractions for describing the complex behaviour created by multiple threads.
Our research agenda is to develop formal reasoning methods about concurrency with a focus on concurrent program logics.
Recently, various logics based on separation logic were introduced with the aim of verifying functional correctness of fine-grained concurrent programs.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment