Skip to main content

Showing 1–6 of 6 results for author: Denniston, T

  1. arXiv:1809.05887  [pdf, ps, other

    math.CT

    Sierpinski object for affine systems

    Authors: Jeffrey T. Denniston, Austin Melton, Stephen E. Rodabaugh, Sergey A. Solovyov

    Abstract: Motivated by the concept of Sierpinski object for topological systems of S.~Vickers, presented recently by R.~Noor and A.~K.~Srivastava, this paper introduces the Sierpinski object for many-valued topological systems and shows that it has three important properties of the crisp Sierpinski space of general topology.

    Submitted 16 September, 2018; originally announced September 2018.

  2. arXiv:1809.05885  [pdf, ps, other

    math.CT

    Topological systems as a framework for institutions

    Authors: Jeffrey T. Denniston, Austin Melton, Stephen E. Rodabaugh, Sergey A. Solovyov

    Abstract: Recently, J.~T.~Denniston, A.~Melton, and S.~E.~Rodabaugh introduced a lattice-valued analogue of the concept of institution of J.~A.~Goguen and R.~M.~Burstall, comparing it, moreover, with the (lattice-valued version of the) notion of topological system of S.~Vickers. In this paper, we show that a suitable generalization of topological systems provides a convenient framework for doing certain kin… ▽ More

    Submitted 16 September, 2018; originally announced September 2018.

  3. Transition Watchpoints: Teaching Old Debuggers New Tricks

    Authors: Kapil Arya, Tyler Denniston, Ariel Rabkin, Gene Cooperman

    Abstract: Reversible debuggers and process replay have been developed at least since 1970. This vision enables one to execute backwards in time under a debugger. Two important problems in practice are that, first, current reversible debuggers are slow when reversing over long time periods, and, second, after building one reversible debugger, it is difficult to transfer that achievement to a new programming… ▽ More

    Submitted 31 March, 2017; originally announced March 2017.

    Comments: arXiv admin note: text overlap with arXiv:1212.5204

    Journal ref: The Art, Science, and Engineering of Programming, 2017, Vol. 1, Issue 2, Article 16

  4. Formal Contexts, Formal Concept Analysis, and Galois Connections

    Authors: Jeffrey T. Denniston, Austin Melton, Stephen E. Rodabaugh

    Abstract: Formal concept analysis (FCA) is built on a special type of Galois connections called polarities. We present new results in formal concept analysis and in Galois connections by presenting new Galois connection results and then applying these to formal concept analysis. We also approach FCA from the perspective of collections of formal contexts. Usually, when doing FCA, a formal context is fixed.… ▽ More

    Submitted 19 September, 2013; originally announced September 2013.

    Comments: In Proceedings Festschrift for Dave Schmidt, arXiv:1309.4557

    ACM Class: 06A15

    Journal ref: EPTCS 129, 2013, pp. 105-120

  5. arXiv:1212.5204  [pdf, ps, other

    cs.SE

    FReD: Automated Debugging via Binary Search through a Process Lifetime

    Authors: Kapil Arya, Tyler Denniston, Ana-Maria Visan, Gene Cooperman

    Abstract: Reversible debuggers have been developed at least since 1970. Such a feature is useful when the cause of a bug is close in time to the bug manifestation. When the cause is far back in time, one resorts to setting appropriate breakpoints in the debugger and beginning a new debugging session. For these cases when the cause of a bug is far in time from its manifestation, bug diagnosis requires a seri… ▽ More

    Submitted 20 December, 2012; originally announced December 2012.

  6. arXiv:0910.5046  [pdf, ps, other

    cs.OS cs.SE

    Temporal Debugging using URDB

    Authors: Ana Maria Visan, Artem Polyakov, Praveen S. Solanki, Kapil Arya, Tyler Denniston, Gene Cooperman

    Abstract: A new style of temporal debugging is proposed. The new URDB debugger can employ such techniques as temporal search for finding an underlying fault that is causing a bug. This improves on the standard iterative debugging style, which iteratively re-executes a program under debugger control in the search for the underlying fault. URDB acts as a meta-debugger, with current support for four widely u… ▽ More

    Submitted 27 October, 2009; originally announced October 2009.

    Comments: 20 pages, 3 figures, 5 tables; software at urdb.sourceforge.net

    ACM Class: D.2.5; D.4.5