paper-with-me

홈 › Papers

A Fast Algorithm for Consistency Checking Partially Ordered Time

2023-05-25 · Leif Eriksson, Victor Lagerkvist

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.

📄 PDF Abstract BibTeX arXiv:2305.15917

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Totally and Partially Ordered Hierarchical Planners in PDDL4J Library

2020-11-26 · Damien Pellier, Humbert Fiorino

In this paper, we outline the implementation of the TFD (Totally Ordered Fast Downward) and the PFD (Partially ordered Fast Downward) hierarchical planners that participated in the first HTN IPC competition in 2020. Thes…

The Power of Arc Consistency for CSPs Defined by Partially-Ordered Forbidden Patterns

2016-04-27 · Martin C. Cooper, Stanislav Živný

Characterising tractable fragments of the constraint satisfaction problem (CSP) is an important challenge in theoretical computer science and artificial intelligence. Forbidding patterns (generic sub-instances) provides …

ARC

Partial Order Resolution of Event Logs for Process Conformance Checking

2020-07-05 · Han van der Aa, Henrik Leopold, Matthias Weidlich

While supporting the execution of business processes, information systems record event logs. Conformance checking relies on these logs to analyze whether the recorded behavior of a process conforms to the behavior of a n…

eST$^2$ Miner -- Process Discovery Based on Firing Partial Orders

2025-04-11 · Sabine Folz-Weinstein, Christian Rennert, Lisa Luise Mannel, Robin Bergenthum 외

Process discovery generates process models from event logs. Traditionally, an event log is defined as a multiset of traces, where each trace is a sequence of events. The total order of the events in a sequential trace is…

Preference-Based Planning in Stochastic Environments: From Partially-Ordered Temporal Goals to Most Preferred Policies

2024-03-27 · Hazhar Rahmani, Abhishek N. Kulkarni, Jie Fu

Human preferences are not always represented via complete linear orders: It is natural to employ partially-ordered preferences for expressing incomparable outcomes. In this work, we consider decision-making and probabili…