Skip to main content

An Extensible Possible World Explorer for Answer Set Programming

Project description

An Extensible Possible Worlds Explorer for Answer Set Programming

To get started (using Conda) -- recommended

  1. conda create -n your-pwe-env-name

  2. Activate the environment created above using

    conda activate your-pwe-env-name or source activate your-pwe-env-name (depending on the version of conda).

  3. Install DLV from here and ensure it is available in the path.

  4. conda install -c potassco clingo

  5. conda install -c anaconda graphviz

  6. conda install -c anaconda pygraphviz

  7. pip install PW_explorer

(To use PWE in Jupyter Notebooks, install Jupyter)

  1. conda install -c anaconda jupyter

  2. Install PWE-NB-Extension to activate Notebook-specific functionality like in-line editing, etc. using:

    pip install PWE_NB_Extension

    Load the extension in the notebook using %load_ext PWE_NB_Extension

Alternatively, to get started (using venv):

  1. Install clingo. PW_explorer has been tested with clingo version: 5.2.1

  2. Install DLV.

  3. Make sure the packages graphviz>=0.8.2 and pygraphviz>=1.5 are installed. These are required to be able to use the visualization functionality. You can find instructions to install pygraphviz here.

These commands usually work as well:

a. apt-get install python-dev graphviz libgraphviz-dev pkg-config OR brew install graphviz

b. pip3 install pygraphviz

(Might need to run them using sudo)

StackOverflow Reference

  1. python3 -m venv /path/to/new/virtual/environment

  2. source /path/to/new/virtual/environment/bin/activate

  3. python3 -m pip install PW_explorer

To deactivate the virtualenv after you're done working:

  1. deactivate

Repeat Step 5 to resume work and Step 7 to exit the virtualenv again.

Launch a ASP+PWE friendly computing environment on Binder

Binder

General System Architecture:

PWE-UML-Diagram

PWE Demos available here

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PW_explorer-0.0.25.tar.gz (38.1 kB view hashes)

Uploaded Source

Built Distribution

PW_explorer-0.0.25-py3-none-any.whl (128.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page