GithubHelp home page GithubHelp logo

server-vampire's Introduction

This repository is DEPRECATED/UNMAINTAINED

server-vampire

A simple Python-server which wraps around Vampire and can be used as backend for the Saturation Visualization of Vampire.

Setup

Step 1 - Install Vampire

Download the Vampire source and build it:

git clone https://github.com/vprover/vampire
cd vampire
make vampire_rel

Step 2 - Download Vampire server

git clone https://github.com/gleiss/server-vampire
cd server-vampire

Running the server

Run the server from the server-vampire directory using

python3 ./src/app.py --vampire path/to/vampire/executable

The running server will answer requests at port http://127.0.0.1:5000/

server-vampire's People

Contributors

gleiss avatar

Watchers

 avatar  avatar

server-vampire's Issues

Small bug in parsing

I'm using Vampire v4.7 (commit 7c473653c), and the model/parsing.py falters with the line_type identification. For instance, the line_type is reported as " replaced by" instead of "replaced by" which then confuses gleiss/saturation-visualization causing it to get stuck with the message "Waiting for Vampire..." showing.

Steps to reproduce error:

  1. Start vampire-server locally
  2. Open saturation-visualization app
  3. Set input language to TPTP and fill the input field with the following:
fof(define_less,axiom,(
    ![X,Y] : (less(X,Y) => (? [Z] : (less(X,Z) & less(Z,Y)))) )).

fof(derive_more,axiom,(
    ![X,Y] : (less(X,Y) <=> more(Y,X)) )).

fof(more_dense,conjecture,(
    ![X,Y] : (more(X,Y) => (? [Z] : (more(X,Z) & more(Z,Y)))) )).
  1. Click "Find proof"

Expected behavior: Screen stuck on "Waiting for Vampire..."

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.