[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlaplus] Re: Is it possible to TLA+ (and PlusCal) to check complex models?
On 24.02.2017 23:19, Hillel Wayne wrote:
> IIRC liveness checking only uses a single core, because it has to track
> behaviors.
Hi,
technically, liveness checking - among other things - searches for
strongly connected components. TLC uses Tarjan's algorithm [1], which is
single threaded.
Cheers
Markus
[1]
https://en.wikipedia.org/wiki/Tarjan's_strongly_connected_components_algorithm