Giter Club home page Giter Club logo

idp's Introduction

This is the readme for the IDP system. IDP is a system for representing knowledge in the logic FO(.) and applying reasoning on it. FO(.) is a logic consisting of first-order logic, inductive definitions, aggregates, partial functions and arithmetic.

Out of the box, the following inferences are supported:

  • grounding
  • modelexpansion
  • propagation
  • evaluating definitions
  • ...

Installing and running the system

Required software packages:

  • C and C++ compiler, supporting most of the C++11 standard. Examples are GCC 4.4 or higher, clang 3.2 or visual studio 11.
  • Cmake build environment.
  • Bison and flex packages or yacc and lex packages.
  • Pdflatex and doxygen for building the documentation. (On linux, search for the latex2html package)
  • texinfo package

Assume idp is unpacked in <idpdir>, you want to build in <builddir> (cannot be the same as <idpdir>) and install in <installdir>. Building and installing is then achieved by executing the following commands:

cd <builddir>
cmake <idpdir> -DCMAKE_INSTALL_PREFIX=<installdir> -DCMAKE_BUILD_TYPE="Release"
make -j 4
make check
make install

Alternatively, cmake-gui can be used as a graphical way to set cmake options.

Further information

For more information on using the system, see the documentation, which can be found in docs/official/idp-manual.pdf

Warning for people updating to version 3.6.0

Due to issues with the XSB library it is advised to make a clean clone of the repository before recompiling.

idp's People

Contributors

kuleuvenkrr avatar broesdecat avatar matthiasvanderhallen avatar pietevanhertum avatar pietervanhertum avatar jod avatar kommusoft avatar bartbog avatar ingdas avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.