diff options
| author | Douglas B. Rumbaugh <doug@douglasrumbaugh.com> | 2025-07-07 11:36:15 -0400 |
|---|---|---|
| committer | Douglas B. Rumbaugh <doug@douglasrumbaugh.com> | 2025-07-07 11:36:15 -0400 |
| commit | 05aab7bd45e691a0b0f527d0ab4dd7cae0b3ec55 (patch) | |
| tree | be19b76016630bc7c7cdfb482e71b158c93fbd38 /chapters/dynamization.tex | |
| parent | 0dc1a8ea20820168149cedaa14e223d4d31dc4b6 (diff) | |
| download | dissertation-05aab7bd45e691a0b0f527d0ab4dd7cae0b3ec55.tar.gz | |
update
Diffstat (limited to 'chapters/dynamization.tex')
| -rw-r--r-- | chapters/dynamization.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapters/dynamization.tex b/chapters/dynamization.tex index 5e4cdec..4f9e50b 100644 --- a/chapters/dynamization.tex +++ b/chapters/dynamization.tex @@ -1270,6 +1270,10 @@ their applicability, \item The result merge operation must be commutative and associative, and is called repeatedly to merge pairs of results. + + \item There are serious restrictions on problems which can support + deletes, requiring additional assumptions about the search + problem or data structure. \end{itemize} These requirements restrict the types of queries that can be supported by |