Developing a Totally Unimodular Linear Program for Optimal Conformance Checking: When and Why It Complements A*
About
Alignment-based conformance checking is the state-of-the-art approach for comparing observed process executions with normative process models. The standard exact solution relies on an A*-based heuristic search, which can exhibit exponential runtime in the presence of long traces or substantial deviations. This paper introduces a reformulation of alignment-based conformance checking as a totally unimodular linear program (LP) defined on the reachability graph of the synchronous product. By exploiting the underlying network-flow structure, the proposed formulation guarantees the existence of an integral optimal extreme-point solution through LP relaxation, thereby avoiding the combinatorial overhead associated with integer variables and branch-and-bound search. We conduct an extensive empirical evaluation on more than 2.1 million conformance checking instances derived from real-world and synthetic benchmark datasets. The results show that A* and the LP approach exhibit complementary performance characteristics: the former performs best on short, well-conforming traces, while the LP formulation provides substantial speedups for longer traces with deviations, precisely where conformance checking is most informative. Based on these findings, we derive simple algorithm-selection guidelines that combine both approaches, achieving average runtime savings of 38.6% with 96% selection accuracy compared to always using A*.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Algorithm Selection | Sepsis Cases | Time (s)5.08e+3 | 3 | |
| Algorithm Selection | BPI Challenge 2012 | Execution Time (s)5.95e+3 | 3 | |
| Algorithm Selection | BPI Challenge 2013 | Execution Time (s)658 | 3 | |
| Algorithm Selection | Road Traffic Fine | Time (s)1.17e+4 | 3 |