CCAIMay 25, 2023

A Fast Algorithm for Consistency Checking Partially Ordered Time

arXiv:2305.15917v1
Originality Incremental advance
AI Analysis

This work addresses a foundational problem in distributed systems and temporal reasoning, offering an incremental improvement in computational efficiency.

The paper tackles the network consistency problem for partially ordered time by developing a faster algorithm that reduces the run-time from O*((0.368n)^n) to O*((0.26n)^n).

Partially ordered models of time occur naturally in applications where agents or processes cannot perfectly communicate with each other, and can be traced back to the seminal work of Lamport. In this paper we consider the problem of deciding if a (likely incomplete) description of a system of events is consistent, the network consistency problem for the point algebra of partially ordered time (POT). While the classical complexity of this problem has been fully settled, comparably little is known of the fine-grained complexity of POT except that it can be solved in $O^*((0.368n)^n)$ time by enumerating ordered partitions. We construct a much faster algorithm with a run-time bounded by $O^*((0.26n)^n)$. This is achieved by a sophisticated enumeration of structures similar to total orders, which are then greedily expanded toward a solution. While similar ideas have been explored earlier for related problems it turns out that the analysis for POT is non-trivial and requires significant new ideas.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes