Skip to main content

Showing 1–3 of 3 results for author: Henz, M

.
  1. arXiv:1601.07300  [pdf, ps, other

    cs.PL

    Recollection: an Alternative Restoration Technique for Constraint Programming Systems

    Authors: Yong Lin, Martin Henz

    Abstract: Search is a key service within constraint programming systems, and it demands the restoration of previously accessed states during the exploration of a search tree. Restoration proceeds either bottom-up within the tree to roll back previously performed operations using a trail, or top-down to redo them, starting from a previously stored state and using suitable information stored along the way. In… ▽ More

    Submitted 4 February, 2016; v1 submitted 27 January, 2016; originally announced January 2016.

  2. arXiv:1601.06517  [pdf, ps, other

    cs.PL

    Programmable Restoration Granularity in Constraint Programming

    Authors: Yong Lin, Martin Henz

    Abstract: In most constraint programming systems, a limited number of search engines is offered while the programming of user-customized search algorithms requires low-level efforts, which complicates the deployment of such algorithms. To alleviate this limitation, concepts such as computation spaces have been developed. Computation spaces provide a coarse-grained restoration mechanism, because they store a… ▽ More

    Submitted 4 February, 2016; v1 submitted 25 January, 2016; originally announced January 2016.

  3. arXiv:cs/0208029  [pdf, ps, other

    cs.PL

    Logic programming in the context of multiparadigm programming: the Oz experience

    Authors: Peter Van Roy, Per Brand, Denys Duchier, Seif Haridi, Martin Henz, Christian Schulte

    Abstract: Oz is a multiparadigm language that supports logic programming as one of its major paradigms. A multiparadigm language is designed to support different programming paradigms (logic, functional, constraint, object-oriented, sequential, concurrent, etc.) with equal ease. This article has two goals: to give a tutorial of logic programming in Oz and to show how logic programming fits naturally into… ▽ More

    Submitted 20 August, 2002; originally announced August 2002.

    Comments: 48 pages, to appear in the journal "Theory and Practice of Logic Programming"

    ACM Class: D.1.6; D.3.2; D.3.3; F.3.3