Skip to main content

Showing 1–8 of 8 results for author: Ginsberg, M L

Searching in archive cs. Search in all archives.
.
  1. arXiv:2208.14481  [pdf, other

    cs.DS cs.DB

    Unbalancing Binary Trees

    Authors: Matthew L. Ginsberg

    Abstract: Assuming Zipf's Law to be accurate, we show that existing techniques for partially optimizing binary trees produce results that are approximately 10% worse than true optimal. We present a new approximate optimization technique that runs in O(n log n) time and produces trees approximately 1% worse than optimal. The running time is comparable to that of the Garsia-Wachs algorithm but the technique c… ▽ More

    Submitted 30 August, 2022; originally announced August 2022.

    Comments: 14 pages, 8 figures

    ACM Class: H.2.1

  2. Dr.Fill: Crosswords and an Implemented Solver for Singly Weighted CSPs

    Authors: Matthew L. Ginsberg

    Abstract: We describe Dr.Fill, a program that solves American-style crossword puzzles. From a technical perspective, Dr.Fill works by converting crosswords to weighted CSPs, and then using a variety of novel techniques to find a solution. These techniques include generally applicable heuristics for variable and value selection, a variant of limited discrepancy search, and postprocessing and partitioning i… ▽ More

    Submitted 18 January, 2014; originally announced January 2014.

    Journal ref: Journal Of Artificial Intelligence Research, Volume 42, pages 851-886, 2011

  3. arXiv:1304.3428  [pdf

    cs.AI

    Implementing Probabilistic Reasoning

    Authors: Matthew L. Ginsberg

    Abstract: General problems in analyzing information in a probabilistic database are considered. The practical difficulties (and occasional advantages) of storing uncertain data, of using it conventional forward- or backward-chaining inference engines, and of working with a probabilistic version of resolution are discussed. The background for this paper is the incorporation of uncertain reasoning facilities… ▽ More

    Submitted 27 March, 2013; originally announced April 2013.

    Comments: Appears in Proceedings of the First Conference on Uncertainty in Artificial Intelligence (UAI1985)

    Report number: UAI-P-1985-PG-84-90

  4. Generalizing Boolean Satisfiability III: Implementation

    Authors: H. E. Dixon, M. L. Ginsberg, D. Hofer, E. M. Luks, A. J. Parkes

    Abstract: This is the third of three papers describing ZAP, a satisfiability engine that substantially generalizes existing tools while retaining the performance characteristics of modern high-performance solvers. The fundamental idea underlying ZAP is that many problems passed to such engines contain rich internal structure that is obscured by the Boolean representation used; our goal has been to define a… ▽ More

    Submitted 9 September, 2011; originally announced September 2011.

    Journal ref: Journal Of Artificial Intelligence Research, Volume 23, pages 441-531, 2005

  5. Generalizing Boolean Satisfiability II: Theory

    Authors: H. E. Dixon, M. L. Ginsberg, E. M. Luks, A. J. Parkes

    Abstract: This is the second of three planned papers describing ZAP, a satisfiability engine that substantially generalizes existing tools while retaining the performance characteristics of modern high performance solvers. The fundamental idea underlying ZAP is that many problems passed to such engines contain rich internal structure that is obscured by the Boolean representation used; our goal is to defin… ▽ More

    Submitted 9 September, 2011; originally announced September 2011.

    Journal ref: Journal Of Artificial Intelligence Research, Volume 22, pages 481-534, 2004

  6. Generalizing Boolean Satisfiability I: Background and Survey of Existing Work

    Authors: H. E. Dixon, M. L. Ginsberg, A. J. Parkes

    Abstract: This is the first of three planned papers describing ZAP, a satisfiability engine that substantially generalizes existing tools while retaining the performance characteristics of modern high-performance solvers. The fundamental idea underlying ZAP is that many problems passed to such engines contain rich internal structure that is obscured by the Boolean representation used; our goal is to define… ▽ More

    Submitted 30 June, 2011; originally announced July 2011.

    Journal ref: Journal Of Artificial Intelligence Research, Volume 21, pages 193-243, 2004

  7. GIB: Imperfect Information in a Computationally Challenging Game

    Authors: M. L. Ginsberg

    Abstract: This paper investigates the problems arising in the construction of a program to play the game of contract bridge. These problems include both the difficulty of solving the game's perfect information variant, and techniques needed to address the fact that bridge is not, in fact, a perfect information game. GIB, the program being described, involves five separate technical advances… ▽ More

    Submitted 3 June, 2011; originally announced June 2011.

    Journal ref: Journal Of Artificial Intelligence Research, Volume 14, pages 303-358, 2001

  8. arXiv:cs/9308101  [pdf, ps

    cs.AI

    Dynamic Backtracking

    Authors: M. L. Ginsberg

    Abstract: Because of their occasional need to return to shallow points in a search tree, existing backtracking methods can sometimes erase meaningful progress toward solving a search problem. In this paper, we present a method by which backtrack points can be moved deeper in the search space, thereby avoiding this difficulty. The technique developed is a variant of dependency-directed backtracking that us… ▽ More

    Submitted 31 July, 1993; originally announced August 1993.

    Comments: See http://www.jair.org/ for an online appendix and other files accompanying this article

    Journal ref: Journal of Artificial Intelligence Research, Vol 1, (1993), 25-46