Pattern-Based Approach to the Workflow Satisfiability Problem with User-Independent Constraints
by Daniel Karapetyan, Andrew J. Parkes, Gregory Gutin, Andrei Gagarin
Abstract:
The fixed parameter tractable (FPT) approach is a powerful tool in tackling computationally hard problems. In this paper, we link FPT results to classic artificial intelligence (AI) search techniques to show how they complement each other. Specifically, we consider the workflow satisfiability problem (WSP) which asks whether there exists an assignment of authorised users to the steps in a workflow specification, subject to certain constraints on the assignment. It was shown that WSP restricted to the class of user-independent (UI) constraints, covering many practical cases, admits FPT algorithms, i.e. can be solved in time exponential only in the number of steps k and polynomial in the number of users n. Since usually k << n in WSP, such FPT algorithms are of great practical interest. We present a new interpretation of the FPT nature of the WSP with UI constraints giving a decomposition of the problem into two levels. Exploiting this two-level split, we develop a new FPT algorithm that is by many orders of magnitude faster than the previous state-of-the-art WSP algorithm and also has only polynomial-space complexity. We also introduce new pseudo- Boolean (PB) and Constraint Satisfaction (CSP) formulations of the WSP with UI constraints which efficiently exploit this new decomposition of the problem and raise the novel issue of how to use general-purpose solvers to tackle FPT problems in a fashion that meets FPT efficiency expectations. In our computational study, the phase transition (PT) properties of the WSP are investigated for the first time, under a model for generation of random instances. We show how PT studies can be extended, in a novel fashion, to support empirical evaluation of scaling of FPT algorithms.
Reference:
Pattern-Based Approach to the Workflow Satisfiability Problem with User-Independent Constraints (Daniel Karapetyan, Andrew J. Parkes, Gregory Gutin, Andrei Gagarin), Journal of Artificial Intelligence Research 66, 85-122, 2019.
Bibtex Entry:
@Article{WSP-AI,
  author   = {Daniel Karapetyan and Andrew J. Parkes and Gregory Gutin and Andrei Gagarin},
  title    = {Pattern-Based Approach to the Workflow Satisfiability Problem with User-Independent Constraints},
  journal  = {Journal of Artificial Intelligence Research},
  year     = {2019},
  volume   = {66},
  pages    = {85-122},
  abstract = {The fixed parameter tractable (FPT) approach is a powerful tool in tackling computationally
hard problems. In this paper, we link FPT results to classic artificial intelligence (AI) search techniques
to show how they complement each other. Specifically, we consider the workflow satisfiability
problem (WSP) which asks whether there exists an assignment of authorised users to the
steps in a workflow specification, subject to certain constraints on the assignment. It was shown
that WSP restricted to the class of user-independent (UI) constraints, covering many practical cases,
admits FPT algorithms, i.e. can be solved in time exponential only in the number of steps k and
polynomial in the number of users n. Since usually k << n in WSP, such FPT algorithms are of
great practical interest.

We present a new interpretation of the FPT nature of the WSP with UI constraints giving
a decomposition of the problem into two levels. Exploiting this two-level split, we develop a
new FPT algorithm that is by many orders of magnitude faster than the previous state-of-the-art
WSP algorithm and also has only polynomial-space complexity. We also introduce new pseudo-
Boolean (PB) and Constraint Satisfaction (CSP) formulations of the WSP with UI constraints which
efficiently exploit this new decomposition of the problem and raise the novel issue of how to use
general-purpose solvers to tackle FPT problems in a fashion that meets FPT efficiency expectations.
In our computational study, the phase transition (PT) properties of the WSP are investigated for the
first time, under a model for generation of random instances. We show how PT studies can be
extended, in a novel fashion, to support empirical evaluation of scaling of FPT algorithms.},
  arxivid  = {1604.05636},
  comment  = {[<a href="https://dx.doi.org/10.5526/ERDR-00000114">WSP tool sources and executable; benchmark instances and solutions</a>]},
  doi      = {10.1613/jair.1.11339},
}