Update.
This commit is contained in:
parent
6378c55028
commit
82a50a7807
|
@ -21,11 +21,11 @@ Roth](https://cis.upenn.edu/~aaroth).
|
|||
|
||||
## Research Interests ##
|
||||
I design methods to **formally verify** that programs are correct, especially
|
||||
programs that use **randomization**. Such programs are often easy to show
|
||||
correct on paper, but surprisingly challenging for computers to prove correct.
|
||||
Accordingly, my research blends ideas from two classical areas of computer
|
||||
science: **randomized algorithms** from theoretical computer science (**TCS**)
|
||||
and **formal verification**.
|
||||
programs that use **randomization**. Such programs can be easy to show correct
|
||||
on paper, but surprisingly challenging for computers to analyze. Accordingly,
|
||||
my research blends ideas from two classical areas of computer science:
|
||||
**randomized algorithms** from theoretical computer science (**TCS**) and
|
||||
**formal verification**.
|
||||
|
||||
Drawing inspiration from how humans reason about randomized algorithms, we can
|
||||
build simpler and more automated verification techniques. In the past, I've
|
||||
|
|
Loading…
Reference in New Issue