|
|
|
|
|
by j-pb
655 days ago
|
|
This boils down to materalizing every possible nondeterministic outcome.
I wouldn't call anything that involves a power set with 2^n space complexity "relaxed" tbh ^^'.
While I do agree with the general sentiment, I do still think that going with states that can be reconciled/merged is a more realistic approach, than just wildy diverging. |
|
The logic for taming unbounded nondeterminism has been around for decades though. As Dijkstra and Scholten admit, it’s basically just applied lattice theory.
In fact, at a glance, this paper appears to be building on that foundation. It’s not hard to see how monotonicity makes reasoning about nondeterminism considerably more manageable!