GithubHelp home page GithubHelp logo

baloone / zenon_modpol Goto Github PK

View Code? Open in Web Editor NEW

This project forked from deducteam/zenon_modulo

0.0 0.0 0.0 1.5 MB

First-order automated theorem prover based on the tableau method

License: Other

OCaml 66.91% Makefile 0.71% Shell 0.66% Standard ML 1.12% TLA 21.70% Turing 0.06% Coq 8.84%

zenon_modpol's Introduction

ZENON

Zenon is a first-order automated theorem prover based on the tableau method. It is used in the FoCaLiZe project.

COPYRIGHT

Under the new BSD License (see the file LICENSE for details)

INSTALLATION

DEPENDENCIES

This depends on:

  • OCaml >= 4.02.1
  • ZArith >= 1.3
  • 8.8 > Coq >= 8.0
  • Graphviz (optional)

COMPILATION

In order to compile, use :

./configure
make

This should make available to you the zenon executable in the root directory. If you want to install the binary, then issue the following command:

make install

USAGE

TPTP LIBRARY

In order to use zenon on problems from the tptp problem library, be suze to use the -itptp option in order to set the corret input parser. A standard use of zenon would then look like this:

./zenon -itptp -max-time 60s -max-size 1G /path/to/tptp/problem.p

ARITHMETIC

In order to activate the arithmetic extension of zenon, you have to use the -x arith option. You should also use the -k option, in order to activate the arithmetic instantiation search. A usual use of zenon on an arithemtic problem would look like:

./zenon -itptp -max-time 60s -max-size 1G \
      -k -x arith $TPTP/Problems/ARI/ARI001\=1.p

COQ PROOFS

In order to output checkable coq proofs, you have to use the -ocoq option. Additionally, you should use the -context and -opt0 option. A complete execution of zenon and checking of the proof by the coq compiler afterwards would look like the following, assuming that your current working directory is the zenon root directory.

./zenon -itptp -max-time 5s -max-size 1G -k -x arith \
      -ocoq -context -opt0 $TPTP/Problems/ARI/ARI001\=1.p > temp.v
coqc -I ./ temp.v

If no erros are produced, and the coqc command has return code 0, it means everything went well and the proof has been accepted by the coq compiler.

MISC

VERSION NUMBER

The version number starts from scratch fro this extension, but this extension will be merged into the main branch of Zenon sooner or later.

LINEAR ARITHMETIC BENCHMARKS

In the source directory, you will find a file linear_ari_tptp.list, which contains a list of linear problems of the ARI section of the tptp library. These problems only involve linear arithmetic, and do not use the $to_int, $to_rat, $to_real, $is_int or $is_rat functions and predicates. This is the list of files used to benchmark the arithmetic extension of zenon against the princess and beagle automated provers.

CONTACT

Guillaume Bury [email protected]

Mohamed Yacine EL HADDADD [email protected]

zenon_modpol's People

Contributors

gbury avatar pierrehalmagrand avatar rafoo avatar damiendoligez avatar pessaux-f avatar elhaddadyacine avatar c-cube avatar baloone avatar gburel 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.