liu.seSearch for publications in DiVA
Change search
Link to record
Permanent link

Direct link
Jonsson, Peter, ProfessorORCID iD iconorcid.org/0000-0002-5288-3330
Publications (10 of 106) Show all publications
Dabrowski, K. K., Jonsson, P., Ordyniak, S., Osipov, G. & Wahlström, M. (2025). Parameterized Approximability for Modular Linear Equations. In: Proc. 33rd Annual European Symposium on Algorithms (ESA-2025): . Paper presented at 33rd Annual European Symposium on Algorithms, ESA 2025, Warsaw, Poland, September 15-17, 2025. Schloss Dagstuhl - Leibniz-Zentrum für Informatik, 351, Article ID 88.
Open this publication in new window or tab >>Parameterized Approximability for Modular Linear Equations
Show others...
2025 (English)In: Proc. 33rd Annual European Symposium on Algorithms (ESA-2025), Schloss Dagstuhl - Leibniz-Zentrum für Informatik , 2025, Vol. 351, article id 88Conference paper, Published paper (Refereed)
Abstract [en]

We consider the Min-r-Lin(ℤ_m) problem: given a system S of length-r linear equations modulo m, find Z ⊆ S of minimum cardinality such that S-Z is satisfiable. The problem is NP-hard and UGC-hard to approximate in polynomial time within any constant factor even when r = m = 2. We focus on parameterized approximation with solution size as the parameter. Dabrowski, Jonsson, Ordyniak, Osipov and Wahlström [SODA-2023] showed that Min-r-Lin(ℤ_m) is in FPT if m is prime (i.e. ℤ_m is a field), and it is W[1]-hard if m is not a prime power. We show that Min-r-Lin(ℤ_{pⁿ}) is FPT-approximable within a factor of 2 for every prime p and integer n ≥ 2. This implies that Min-2-Lin(ℤ_m), m ∈ ℤ^+, is FPT-approximable within a factor of 2ω(m) where ω(m) counts the number of distinct prime divisors of m. The high-level idea behind the algorithm is to solve tighter and tighter relaxations of the problem, decreasing the set of possible values for the variables at each step. When working over ℤ_{pⁿ} and viewing the values in base-p, one can roughly think of a relaxation as fixing the number of trailing zeros and the least significant nonzero digits of the values assigned to the variables. To solve the relaxed problem, we construct a certain graph where solutions can be identified with a particular collection of cuts. The relaxation may hide obstructions that will only become visible in the next iteration of the algorithm, which makes it difficult to find optimal solutions. To deal with this, we use a strategy based on shadow removal [Marx & Razgon, STOC-2011] to compute solutions that (1) cost at most twice as much as the optimum and (2) allow us to reduce the set of values for all variables simultaneously. We complement the algorithmic result with two lower bounds, ruling out constant-factor FPT-approximation for Min-3-Lin(R) over any nontrivial ring R and for Min-2-Lin(R) over some finite commutative rings R.

Place, publisher, year, edition, pages
Schloss Dagstuhl - Leibniz-Zentrum für Informatik, 2025
Series
LIPIcs
National Category
Computer Sciences
Identifiers
urn:nbn:se:liu:diva-219926 (URN)10.4230/LIPICS.ESA.2025.88 (DOI)2-s2.0-105019061074 (Scopus ID)
Conference
33rd Annual European Symposium on Algorithms, ESA 2025, Warsaw, Poland, September 15-17, 2025
Available from: 2025-12-09 Created: 2025-12-09 Last updated: 2025-12-18
Bodirsky, M., Jonsson, P., Martin, B., Mottet, A. & Semanišinová, Ž. (2024). Complexity Classification Transfer for CSPs via Algebraic Products. SIAM journal on computing (Print), 53(5), 1293-1353
Open this publication in new window or tab >>Complexity Classification Transfer for CSPs via Algebraic Products
Show others...
2024 (English)In: SIAM journal on computing (Print), ISSN 0097-5397, E-ISSN 1095-7111, Vol. 53, no 5, p. 1293-1353Article in journal (Refereed) Published
Abstract [en]

We study the complexity of infinite-domain constraint satisfaction problems: our basic setting isthat a complexity classification for the CSPs of first-order expansions of a structure A can be transferred to aclassification of the CSPs of first-order expansions of another structure B. We exploit a product of structures (thealgebraic product) that corresponds to the product of the respective polymorphism clones and present a completecomplexity classification of the CSPs for first-order expansions of the n-fold algebraic power of (Q; <). This is provedby various algebraic and logical methods in combination with knowledge of the polymorphisms of the tractable firstorder expansions of (Q; <) and explicit descriptions of the expressible relations in terms of syntactically restrictedfirst-order formulas. By combining our classification result with general classification transfer techniques, we obtainsurprisingly strong new classification results for highly relevant formalisms such as Allen’s Interval Algebra, then-dimensional Block Algebra, and the Cardinal Direction Calculus, even if higher-arity relations are allowed. Ourresults confirm the infinite-domain tractability conjecture for classes of structures that have been difficult to analysewith older methods. For the special case of structures with binary signatures, the results can be substantiallystrengthened and tightly connected to Ord-Horn formulas; this solves several longstanding open problems from theAI literature.

Place, publisher, year, edition, pages
Society for Industrial & Applied Mathematics (SIAM), 2024
National Category
Computer Sciences
Identifiers
urn:nbn:se:liu:diva-214315 (URN)10.1137/22m1534304 (DOI)2-s2.0-85204184747 (Scopus ID)
Funder
German Research Foundation (DFG), 467967530EU, European Research Council, 101071674Swedish Research Council Formas, 2017-04112Swedish Research Council Formas, 2021-04371
Available from: 2025-06-04 Created: 2025-06-04 Last updated: 2025-11-07Bibliographically approved
Dabrowski, K. K., Jonsson, P., Ordyniak, S., Osipov, G. & Wahlström, M. (2023). Almost Consistent Systems of Linear Equations. In: Proceedings of the 2023 Annual ACM-SIAM Symposium on Discrete Algorithms (SODA): . Paper presented at ACM-SIAM Symposium on Discrete Algorithms (SODA), Florence, January 22-25, 2023 (pp. 3179-3217). Society for Industrial and Applied Mathematics
Open this publication in new window or tab >>Almost Consistent Systems of Linear Equations
Show others...
2023 (English)In: Proceedings of the 2023 Annual ACM-SIAM Symposium on Discrete Algorithms (SODA), Society for Industrial and Applied Mathematics, 2023, p. 3179-3217Conference paper, Published paper (Refereed)
Abstract [en]

Checking whether a system of linear equations is consistent is a basic computational problem with ubiquitous applications. When dealing with inconsistent systems, one may seek an assignment that minimizes the number of unsatisfied equations. This problem is NP-hard and UGC-hard to approximate within any constant even for two-variable equations over the two-element field. We study this problem from the point of view of parameterized complexity, with the parameter being the number of unsatisfied equations. We consider equations defined over Euclidean domains—a family of commutative rings that generalize finite and infinite fields including the rationals, the ring of integers and many other structures. We show that if every equation contains at most two variables, the problem is fixed-parameter tractable. This generalizes many eminent graph separation problems such as Bipartization, Multiway Cut and Multicut parameterized by the size of the cutset. To complement this, we show that the problem is W[1]-hard when three or more variables are allowed in an equation, as well as for many commutative rings that are not Euclidean domains. On the technical side, we introduce the notion of important balanced subgraphs, generalizing important separators of Marx [Theor. Comput. Sci. 2006] to the setting of biased graphs. Furthermore, we use recent results on parameterized MinCSP [Kim et al., SODA 2021] to efficiently solve a generalization of Multicut with disjunctive cut requests.

Place, publisher, year, edition, pages
Society for Industrial and Applied Mathematics, 2023
Series
Discrete Algorithms
National Category
Computational Mathematics
Identifiers
urn:nbn:se:liu:diva-203022 (URN)10.1137/1.9781611977554.ch121 (DOI)001288501200026 ()9781611977554 (ISBN)
Conference
ACM-SIAM Symposium on Discrete Algorithms (SODA), Florence, January 22-25, 2023
Note

Funding Agencies|Wallenberg AI, Autonomous Systems and Software Program (WASP) - Knut and Alice Wallenberg Foundation; Swedish Research Council (VR) [2017-04112, 2021-04371]; Engineering and Physical Sciences Research Council (EPSRC) [EP/V00252X/1]

Available from: 2024-04-24 Created: 2024-04-24 Last updated: 2024-10-22Bibliographically approved
Jonsson, P. & Lagerkvist, V. (2023). General Lower Bounds and Improved Algorithms for Infinite–Domain CSPs. Algorithmica, 85(1), 188-215
Open this publication in new window or tab >>General Lower Bounds and Improved Algorithms for Infinite–Domain CSPs
2023 (English)In: Algorithmica, ISSN 0178-4617, E-ISSN 1432-0541, Vol. 85, no 1, p. 188-215Article in journal (Refereed) Published
Abstract [en]

We study the fine-grained complexity of NP-complete, infinite-domain constraint satisfaction problems (CSPs) parameterised by a set of first-order definable relations (with equality). Such CSPs are of central importance since they form a subclass of any infinite-domain CSP parameterised by a set of first-order definable relations over a relational structure (possibly containing more than just equality). We prove that under the randomised exponential-time hypothesis it is not possible to find c>1 such that a CSP over an arbitrary finite equality language is solvable in O(cn) time (n is the number of variables). Stronger lower bounds are possible for infinite equality languages where we rule out the existence of 2o(nlog⁡n) time algorithms; a lower bound which also extends to satisfiability modulo theories solving for an arbitrary background theory. Despite these lower bounds we prove that for each c>1 there exists an NP-hard equality CSP solvable in O(cn) time. Lower bounds like these immediately ask for closely matching upper bounds, and we prove that a CSP over a finite equality language is always solvable in O(cn) time for a fixed c, and manage to extend this algorithm to the much broader class of CSPs where constraints are formed by first-order formulas over a unary structure.

Place, publisher, year, edition, pages
Springer, 2023
Keywords
Constraint satisfaction, Infinite domains, Equality languages, Fine-grained complexity, Lower bounds
National Category
Computer Sciences
Identifiers
urn:nbn:se:liu:diva-198447 (URN)10.1007/s00453-022-01017-8 (DOI)000839434400001 ()2-s2.0-85135869960 (Scopus ID)
Funder
Swedish Research Council, 2017-04112Swedish Research Council, 2019-03690
Available from: 2023-10-13 Created: 2023-10-13 Last updated: 2024-03-14Bibliographically approved
Dabrowski, K. K., Jonsson, P., Ordyniak, S., Osipov, G., Pilipczuk, M. & Sharma, R. (2023). Parameterized Complexity Classification for Interval Constraints. In: Neeldhara Misra, Magnus Wahlström (Ed.), 18th International Symposium on Parameterized and Exact Computation (IPEC 2023): . Paper presented at International Symposium on Parameterized and Exact Computation (IPEC), Amsterdam, September 6-8, 2023 (pp. 11:1-11:19). Saarbrücken/Wadern: Schloss Dagstuhl – Leibniz-Zentrum für Informatik, 285
Open this publication in new window or tab >>Parameterized Complexity Classification for Interval Constraints
Show others...
2023 (English)In: 18th International Symposium on Parameterized and Exact Computation (IPEC 2023) / [ed] Neeldhara Misra, Magnus Wahlström, Saarbrücken/Wadern: Schloss Dagstuhl – Leibniz-Zentrum für Informatik , 2023, Vol. 285, p. 11:1-11:19Conference paper, Published paper (Refereed)
Abstract [en]

Constraint satisfaction problems form a nicely behaved class of problems that lends itself to complexity classification results. From the point of view of parameterized complexity, a natural task is to classify the parameterized complexity of MinCSP problems parameterized by the number of unsatisfied constraints. In other words, we ask whether we can delete at most k constraints, where k is the parameter, to get a satisfiable instance. In this work, we take a step towards classifying the parameterized complexity for an important infinite-domain CSP: Allen’s interval algebra (IA). This CSP has closed intervals with rational endpoints as domain values and employs a set A of 13 basic comparison relations such as "precedes" or "during" for relating intervals. IA is a highly influential and well-studied formalism within AI and qualitative reasoning that has numerous applications in, for instance, planning, natural language processing and molecular biology. We provide an FPT vs. W[1]-hard dichotomy for MinCSP(Γ) for all Γ ⊆ A. IA is sometimes extended with unions of the relations in A or first-order definable relations over A, but extending our results to these cases would require first solving the parameterized complexity of Directed Symmetric Multicut, which is a notorious open problem. Already in this limited setting, we uncover connections to new variants of graph cut and separation problems. This includes hardness proofs for simultaneous cuts or feedback arc set problems in directed graphs, as well as new tractable cases with algorithms based on the recently introduced flow augmentation technique. Given the intractability of MinCSP(A) in general, we then consider (parameterized) approximation algorithms. We first show that MinCSP(A) cannot be polynomial-time approximated within any constant factor and continue by presenting a factor-2 fpt-approximation algorithm. Once again, this algorithm has its roots in flow augmentation. 

Place, publisher, year, edition, pages
Saarbrücken/Wadern: Schloss Dagstuhl – Leibniz-Zentrum für Informatik, 2023
Series
Leibniz International Proceedings in Informatics (LIPIcs), ISSN 1868-8969 ; 285
Keywords
(Minimum) constraint satisfaction problem, Allen's interval algebra, Parameterized complexity, Cut problems
National Category
Computational Mathematics
Identifiers
urn:nbn:se:liu:diva-203025 (URN)10.4230/LIPIcs.IPEC.2023.11 (DOI)9783959773058 (ISBN)
Conference
International Symposium on Parameterized and Exact Computation (IPEC), Amsterdam, September 6-8, 2023
Note

Funding agency: Partially supported by the Swedish Research Council (VR) under grant 2021-0437 and the Wallenberg AI, Autonomous Systems and Software Program (WASP) funded by the Knut and Alice Wallenberg Foundation.

Available from: 2024-04-24 Created: 2024-04-24 Last updated: 2025-11-13Bibliographically approved
Gnad, D., Helmert, M., Jonsson, P. & Shleyfman, A. (2023). Planning over Integers: Compilations and Undecidability. In: Sven Koenig; Roni Stern; Mauro Vallati (Ed.), Proceedings of the Thirty-Third International Conference on Automated Planning and Scheduling: . Paper presented at Thirty-Third International Conference on Automated Planning and Scheduling (ICAPS 2023) (pp. 148-152). Cambridge, MA: AAAI Press, 33
Open this publication in new window or tab >>Planning over Integers: Compilations and Undecidability
2023 (English)In: Proceedings of the Thirty-Third International Conference on Automated Planning and Scheduling / [ed] Sven Koenig; Roni Stern; Mauro Vallati, Cambridge, MA: AAAI Press, 2023, Vol. 33, p. 148-152Conference paper, Published paper (Refereed)
Abstract [en]

Restricted Tasks (RT) are a special case of numeric planning characterized by numeric conditions that involve one numeric variable per formula and numeric effects that allow only the addition of constants. Despite this, RTs form an expressive class whose planning problem is undecidable. The restricted nature of RTs often makes problem modeling awkward and unnecessarily complicated. We show that this can be alleviated by compiling mathematical operations that are not natively supported into RTs using macro-like action sequences. With that, we can encode many features found in general numeric planning such as constant multiplication, addition of linear formulas, and integer division and residue. We demonstrate how our compilations can be used to capture challenging mathematical problems such as the (in)famous Collatz conjecture. Our approach additionally gives a simple undecidability proof for RTs, and the proof shows that the number of variables needed to construct an undecidable class of RTs is surprisingly low: two numeric and one propositional variable.

Place, publisher, year, edition, pages
Cambridge, MA: AAAI Press, 2023
Series
Proceedings of the International Conference on Automated Planning and Scheduling, ISSN 2334-0835, E-ISSN 2334-0843
Keywords
Theoretical foundations of planning and scheduling; Planning and scheduling with continuous state and action spaces
National Category
Computer Sciences
Identifiers
urn:nbn:se:liu:diva-198698 (URN)10.1609/icaps.v33i1.27189 (DOI)1-57735-881-3 (ISBN)978-1-57735-881-7 (ISBN)
Conference
Thirty-Third International Conference on Automated Planning and Scheduling (ICAPS 2023)
Projects
WASP
Available from: 2023-10-23 Created: 2023-10-23 Last updated: 2025-11-13
Shleyfman, A., Gnad, D. & Jonsson, P. (2023). Structurally Restricted Fragments of Numeric Planning – a Complexity Analysis. In: THIRTY-SEVENTH AAAI CONFERENCE ON ARTIFICIAL INTELLIGENCE, VOL 37 NO 10: . Paper presented at 37th AAAI Conference on Artificial Intelligence (AAAI) / 35th Conference on Innovative Applications of Artificial Intelligence / 13th Symposium on Educational Advances in Artificial Intelligence, Washington, DC, FEB 07-14, 2023. (pp. 12112-12119). ASSOC ADVANCEMENT ARTIFICIAL INTELLIGENCE, 37
Open this publication in new window or tab >>Structurally Restricted Fragments of Numeric Planning – a Complexity Analysis
2023 (English)In: THIRTY-SEVENTH AAAI CONFERENCE ON ARTIFICIAL INTELLIGENCE, VOL 37 NO 10, ASSOC ADVANCEMENT ARTIFICIAL INTELLIGENCE , 2023, Vol. 37, p. 12112-12119Conference paper, Published paper (Refereed)
Abstract [en]

Numeric planning is known to be undecidable even under severe restrictions. Prior work has investigated the decidability boundaries by restricting the expressiveness of the planning formalism in terms of the numeric functions allowed in conditions and effects. We study a well-known restricted form of Hoffmann's simple numeric planning, which is undecidable. We analyze the complexity by imposing restrictions on the causal structure, exploiting a novel method for bounding variable domain sizes. First, we show that plan existence for tasks where all numeric variables are root nodes in the causal graph is in PSPACE. Second, we show that for tasks with only numeric leaf variables the problem is decidable, and that it is in PSPACE if the propositional state space has a fixed size. Our work lays a strong foundation for future investigations of structurally more complex tasks. From a practical perspective, our method allows to employ heuristics and methods that are geared towards finite variable domains (such as pattern database heuristics or decoupled search) to solve non-trivial families of numeric planning problems.

Place, publisher, year, edition, pages
ASSOC ADVANCEMENT ARTIFICIAL INTELLIGENCE, 2023
Series
AAAI Conference on Artificial Intelligence, ISSN 2159-5399
Keywords
PRS: Mixed Discrete/Continuous Planning, PRS: Deterministic Planning
National Category
Computer Sciences
Identifiers
urn:nbn:se:liu:diva-198694 (URN)10.1609/aaai.v37i10.26428 (DOI)001243749200068 ()
Conference
37th AAAI Conference on Artificial Intelligence (AAAI) / 35th Conference on Innovative Applications of Artificial Intelligence / 13th Symposium on Educational Advances in Artificial Intelligence, Washington, DC, FEB 07-14, 2023.
Funder
Wallenberg AI, Autonomous Systems and Software Program (WASP)Swedish Research Council, 2021-04371
Available from: 2023-10-23 Created: 2023-10-23 Last updated: 2024-09-06
Dabrowski, K. K., Jonsson, P., Ordyniak, S. & Osipov, G. (2022). Resolving Inconsistencies in Simple Temporal Problems: A Parameterized Approach. In: THIRTY-SIXTH AAAI CONFERENCE ON ARTIFICIAL INTELLIGENCE / THIRTY-FOURTH CONFERENCE ON INNOVATIVE APPLICATIONS OF ARTIFICIAL INTELLIGENCE / THE TWELVETH SYMPOSIUM ON EDUCATIONAL ADVANCES IN ARTIFICIAL INTELLIGENCE: . Paper presented at 36th AAAI Conference on Artificial Intelligence / 34th Conference on Innovative Applications of Artificial Intelligence / 12th Symposium on Educational Advances in Artificial Intelligence, ELECTR NETWORK, feb 22-mar 01, 2022 (pp. 3724-3732). ASSOC ADVANCEMENT ARTIFICIAL INTELLIGENCE
Open this publication in new window or tab >>Resolving Inconsistencies in Simple Temporal Problems: A Parameterized Approach
2022 (English)In: THIRTY-SIXTH AAAI CONFERENCE ON ARTIFICIAL INTELLIGENCE / THIRTY-FOURTH CONFERENCE ON INNOVATIVE APPLICATIONS OF ARTIFICIAL INTELLIGENCE / THE TWELVETH SYMPOSIUM ON EDUCATIONAL ADVANCES IN ARTIFICIAL INTELLIGENCE, ASSOC ADVANCEMENT ARTIFICIAL INTELLIGENCE , 2022, p. 3724-3732Conference paper, Published paper (Refereed)
Abstract [en]

The simple temporal problem (STP) is one of the most influential reasoning formalisms for representing temporal information in AL We study the problem of resolving inconsistency of data encoded in the STP. We prove that the problem of identifying a maximally large consistent subset of data is NP-hard. In practical instances, it is reasonable to assume that the amount of erroneous data is small. We therefore parameterize by the number of constraints that need to be removed to achieve consistency. Using tools from parameterized complexity we design fixed-parameter tractable algorithms for two large fragments of the STP. Our main algorithmic results employ reductions to the Directed Subset Feedback Arc Set problem and iterative compression combined with an efficient algorithm for the Edge Multicut problem. We complement our algorithmic results with hardness results that rule out fixed-parameter tractable algorithms for all remaining non-trivial fragments of the STP (under standard complexity-theoretic assumptions). Together, our results give a full classification of the classical and parameterized complexity of the problem.

Place, publisher, year, edition, pages
ASSOC ADVANCEMENT ARTIFICIAL INTELLIGENCE, 2022
Series
AAAI Conference on Artificial Intelligence, ISSN 2159-5399, E-ISSN 2374-3468
National Category
Computational Mathematics
Identifiers
urn:nbn:se:liu:diva-191875 (URN)10.1609/aaai.v36i4.20286 (DOI)000893636203090 ()2-s2.0-85147676282 (Scopus ID)9781577358763 (ISBN)
Conference
36th AAAI Conference on Artificial Intelligence / 34th Conference on Innovative Applications of Artificial Intelligence / 12th Symposium on Educational Advances in Artificial Intelligence, ELECTR NETWORK, feb 22-mar 01, 2022
Note

Funding Agencies|Wallenberg AI, Autonomous Systems and Software Program (WASP) - Knut and Alice Wallenberg Foundation; Swedish Research Council (VR) [2017-04112]; Engineering and Physical Sciences Research Council (EPSRC) [EP/V00252X/1]

Available from: 2023-02-22 Created: 2023-02-22 Last updated: 2025-09-25Bibliographically approved
Jonsson, P., Lagerkvist, V. & Osipov, G. (2021). Acyclic orders, partition schemes and CSPs: Unified hardness proofs and improved algorithms. Artificial Intelligence, 296, Article ID 103505.
Open this publication in new window or tab >>Acyclic orders, partition schemes and CSPs: Unified hardness proofs and improved algorithms
2021 (English)In: Artificial Intelligence, ISSN 0004-3702, E-ISSN 1872-7921, Vol. 296, article id 103505Article in journal (Refereed) Published
Abstract [en]

Many computational problems arising in, for instance, artificial intelligence can be realized as infinite-domain constraint satisfaction problems (CSPs) based on partition schemes: a set of pairwise disjoint binary relations (containing the equality relation) whose union spans the underlying domain and which is closed under converse. We first consider partition schemes that contain an acyclic order and where the constraint language contains all unions of the basic relations; such CSPs are frequently occurring in e.g. temporal and spatial reasoning. We identify properties of such orders which, when combined, are sufficient to establish NP-hardness of the CSP and strong lower bounds under the exponential-time hypothesis, even for degree-bounded problems. This result explains, in a uniform way, many existing hardness results from the literature, and shows that it is impossible to obtain subexponential time algorithms unless the exponential-time hypothesis fails. However, some of these problems (including several important temporal problems), despite likely not being solvable in subexponential time, admit non-trivial improved exponential-time algorithm, and we present a novel improved algorithm for RCC-8 and related formalisms.

Place, publisher, year, edition, pages
Elsevier, 2021
Keywords
Constraint satisfaction problems, Infinite domains, Partition schemes, Lower bounds
National Category
Computer Sciences
Identifiers
urn:nbn:se:liu:diva-175145 (URN)10.1016/j.artint.2021.103505 (DOI)000648650600003 ()
Note

Funding: Wallenberg AI, Autonomous Systems and Software Program (WASP) - Knut and Alice Wallenberg Foundation; Swedish Research Council (VR)Swedish Research Council [2017-04112]; VRSwedish Research Council [2019-03690]

Available from: 2021-04-20 Created: 2021-04-20 Last updated: 2021-06-01Bibliographically approved
Shleyfman, A. & Jonsson, P. (2021). Computational Complexity of Computing Symmetries in Finite-Domain Planning. The journal of artificial intelligence research, 70, 1183-1221
Open this publication in new window or tab >>Computational Complexity of Computing Symmetries in Finite-Domain Planning
2021 (English)In: The journal of artificial intelligence research, ISSN 1076-9757, E-ISSN 1943-5037, Vol. 70, p. 1183-1221Article in journal (Refereed) Published
Abstract [en]

Symmetry-based pruning is a powerful method for reducing the search effort in finitedomain planning. This method is based on exploiting an automorphism group connected to the ground description of the planning task - these automorphisms are known as structural symmetries. In particular, we are interested in the STRUCTSYM problem where the generators of this group are to be computed. It has been observed in practice that the STRUCTSYM problem is surprisingly easy to solve. We explain this phenomenon by showing that STRUCTSYM is GI-complete, i.e., the graph isomorphism problem is polynomial-time equivalent to it and, consequently, solvable in quasi-polynomial time. This implies that it is solvable substantially faster than most computationally hard problems encountered in AI. We accompany this result by identifying natural restrictions of the planning task and its causal graph that ensure that STRUCTSYM can be solved in polynomial time. Given that the STRUCTSYM problem is GI-complete and thus solvable quite efficiently, it is interesting to analyse if other symmetries (than those that are encompassed by the STRUCTSYM problem) can be computed and/or analysed efficiently, too. To this end, we present a highly negative result: checking whether there exists an automorphism of the state transition graph that maps one state s into another state t is a PSPACE-hard problem and, consequently, at least as hard as the planning problem itself.

Place, publisher, year, edition, pages
Palo Alto, CA, United States: AI Access Foundation, Inc., 2021
National Category
Discrete Mathematics
Identifiers
urn:nbn:se:liu:diva-182818 (URN)10.1613/jair.1.12283 (DOI)000743970700005 ()2-s2.0-85104323369 (Scopus ID)
Note

Funding Agencies: Adams Fellowship Program of the Israel Academy of Sciences and Humanities; Swedish Research Council (VR) [2017-04112]

Available from: 2022-02-18 Created: 2022-02-18 Last updated: 2022-03-11Bibliographically approved
Organisations
Identifiers
ORCID iD: ORCID iD iconorcid.org/0000-0002-5288-3330

Search in DiVA

Show all publications