10,098 research outputs found

    SLT-Resolution for the Well-Founded Semantics

    Full text link
    Global SLS-resolution and SLG-resolution are two representative mechanisms for top-down evaluation of the well-founded semantics of general logic programs. Global SLS-resolution is linear for query evaluation but suffers from infinite loops and redundant computations. In contrast, SLG-resolution resolves infinite loops and redundant computations by means of tabling, but it is not linear. The principal disadvantage of a non-linear approach is that it cannot be implemented using a simple, efficient stack-based memory structure nor can it be easily extended to handle some strictly sequential operators such as cuts in Prolog. In this paper, we present a linear tabling method, called SLT-resolution, for top-down evaluation of the well-founded semantics. SLT-resolution is a substantial extension of SLDNF-resolution with tabling. Its main features include: (1) It resolves infinite loops and redundant computations while preserving the linearity. (2) It is terminating, and sound and complete w.r.t. the well-founded semantics for programs with the bounded-term-size property with non-floundering queries. Its time complexity is comparable with SLG-resolution and polynomial for function-free logic programs. (3) Because of its linearity for query evaluation, SLT-resolution bridges the gap between the well-founded semantics and standard Prolog implementation techniques. It can be implemented by an extension to any existing Prolog abstract machines such as WAM or ATOAM.Comment: Slight modificatio

    The Application and Reflection of Network Information Technology in College Students’ Moral Cultivation

    Get PDF
    With more and more developed modern network information technology, it has been transformed from the media into a way of life and social culture which can not be ignored. Therefore, this requires us to fully understand the impact of network information technology and mistakes in its application, and use network information technology reasonably to cultivate college students’ morality

    Axonopathy in Huntington's disease.

    Get PDF
    Personality changes, psychiatric disturbances and cognitive abnormalities frequently characterise the prodromal phase in Huntington's disease (HD), a devastating monogenic neurodegenerative disorder manifesting with abnormal motor movements and early death. Selective loss of medium-sized spiny striatal neurons has been related to the onset of motor symptoms but it does not completely explain the psychiatric and cognitive changes that often precede motor abnormalities. Here we review the evidence of synaptic and axonal dysfunction and neurite dystrophy preceding neuronal loss in HD patients and models. We discuss possible mechanisms leading to dysfunction of the axonal and synaptic compartments and identify potential novel targets for effective therapeutic intervention

    Human induced pluripotent stem cells in Parkinson's disease: A novel cell source of cell therapy and disease modeling.

    Get PDF
    Human induced pluripotent stem cells (hiPSCs) and human embryonic stem cells (hESCs) are two novel cell sources for studying neurodegenerative diseases. Dopaminergic neurons derived from hiPSCs/hESCs have been implicated to be very useful in Parkinson's disease (PD) research, including cell replacement therapy, disease modeling and drug screening. Recently, great efforts have been made to improve the application of hiPSCs/hESCs in PD research. Considerable advances have been made in recent years, including advanced reprogramming strategies without the use of viruses or using fewer transcriptional factors, optimized methods for generating highly homogeneous neural progenitors with a larger proportion of mature dopaminergic neurons and better survival and integration after transplantation. Here we outline the progress that has been made in these aspects in recent years, particularly during the last year, and also discuss existing issues that need to be addressed

    Linear Tabulated Resolution Based on Prolog Control Strategy

    Full text link
    Infinite loops and redundant computations are long recognized open problems in Prolog. Two ways have been explored to resolve these problems: loop checking and tabling. Loop checking can cut infinite loops, but it cannot be both sound and complete even for function-free logic programs. Tabling seems to be an effective way to resolve infinite loops and redundant computations. However, existing tabulated resolutions, such as OLDT-resolution, SLG- resolution, and Tabulated SLS-resolution, are non-linear because they rely on the solution-lookup mode in formulating tabling. The principal disadvantage of non-linear resolutions is that they cannot be implemented using a simple stack-based memory structure like that in Prolog. Moreover, some strictly sequential operators such as cuts may not be handled as easily as in Prolog. In this paper, we propose a hybrid method to resolve infinite loops and redundant computations. We combine the ideas of loop checking and tabling to establish a linear tabulated resolution called TP-resolution. TP-resolution has two distinctive features: (1) It makes linear tabulated derivations in the same way as Prolog except that infinite loops are broken and redundant computations are reduced. It handles cuts as effectively as Prolog. (2) It is sound and complete for positive logic programs with the bounded-term-size property. The underlying algorithm can be implemented by an extension to any existing Prolog abstract machines such as WAM or ATOAM.Comment: To appear as the first accepted paper in Theory and Practice of Logic Programming (http://www.cwi.nl/projects/alp/TPLP
    • …
    corecore