[Submit a comment] [RTALooP home] [Index] [Previous] [Next] | [Postscript] [PDF] [BibTeX Source] [LaTeX Source] |
Originator: Wayne Snyder
Date: April 1991
Summary: What are the complexities of various term ordering decision problems?
What are the complexities of the various term ordering decision problems in the literature (see [Der87])? Determining if a precedence exists that makes two ground terms comparable in the recursive path ordering is NP-complete [KN85], but an inequality can be decided in O(n2), using a dynamic programming algorithm. Snyder [Sny91] has shown that the lexicographic path ordering can be done in O(n logn) in the ground case with a total precedence, but the technique doesn’t extend to non-total precedences or to terms with variables.
[Submit a comment] [RTALooP home] [Index] [Previous] [Next] | [Postscript] [PDF] [BibTeX Source] [LaTeX Source] |