IRIS Reasoner

From Wsmx-WIKI
Jump to: navigation, search

Contents

IRIS

The Formal Languages and Reasoning group is developing a Datalog engine called IRIS (short for Integrated Rule Inference System), homepage: http://iris-reasoner.org/. IRIS is a reasoner for Datalog extended with locally stratified or well-founded negation, function symbols, unsafe-rules, build-in predicates and XML schema data types.

The reasoner supports bottom-up evaluation using naive and semi-naive with (locally) stratified and well-founded negation.

An overview and more detailed information can be found in the Reasoner Architecture section.


Tasks

In Progress

Future

Completed

Links

The official website: http://iris-reasoner.org/ has licensing details, user guides, change log and a daily build with unit test report, javadoc documentation and compiled jar files to download. Also, an online demo is available for experimenting with datalog programs and different evaluation strategies.

Requests for support should first be directed by email to: iris-reasoner-support AT lists DOT sourceforge DOT net

Developer Links

The IRIS software project is hosted by sourceforge at http://sourceforge.net/projects/iris-reasoner/. The CVS repository contains:

  • IRIS core source code
  • parser source code
  • unit and functional tests
  • design documentation
  • user guides
  • website material

Please use the sourceforge trackers:

  • bug tracker for users/developers to raise bugs and track their progress
  • feature requests to request new and specific features
  • maintenance to record documentation tasks, performance enhancements and usability improvements

The IRIS release procedure describes the steps to follow to make an official software release.

Personal tools