GrossTor / response-logic

A network inference method based on a simple response logic with minimal presumptions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

response-logic

A network inference method based on a simple response logic with minimal presumptions. This is the Python package. Various response logic projects can be found in a dedicated repository.

This Python package works with clingo version 5.5.0 which is part of Potassco, the Potsdam Answer Set Solving Collection. It can be installed for example with Anaconda:

conda install -c potassco clingo=5.5.0

Then you can install the response-logic package with pip:

pip install git+https://github.com/GrossTor/response-logic#egg=response_logic

The response-logic package was used in various reverse engineering projects, which can be found in the response-logic-projects repository. This includes the toy_model project that explains how to use the response-logic package.

The response logic approach can be cited with the following publication: Robust network inference using response logic.

About

A network inference method based on a simple response logic with minimal presumptions

License:GNU General Public License v3.0


Languages

Language:Python 100.0%