diff --git a/README.md b/README.md index 520b4af..56e24d9 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,15 @@ # Abstract Dialectical Frameworks solved by (ordered) Binary Decision Diagrams; developed in Dresden (ADF-oBDD project) -This project is currently split into two parts: +This project is currently split into three parts: - a [binary (adf-bdd)](bin), which allows one to easily answer semantics questions on abstract dialectical frameworks - a [library (adf_bdd)](lib), which contains all the necessary algorithms and an open API which compute the answers to the semantics questions +- a [server](server) and a [frontend](frontend) to access the solver as a web-service available at https://adf-bdd.dev Latest documentation of the API can be found [here](https://docs.rs/adf_bdd/latest/adf_bdd/). The current version of the binary can be downloaded [here](https://github.com/ellmau/adf-obdd/releases). + Do not hesitate to report bugs or ask about features in the [issues-section](https://github.com/ellmau/adf-obdd/issues) or have a conversation about anything of the project in the [discussion space](https://github.com/ellmau/adf-obdd/discussions) diff --git a/docs/adf-bdd.md b/docs/adf-bdd.md index e76c6ca..bdd8f0e 100644 --- a/docs/adf-bdd.md +++ b/docs/adf-bdd.md @@ -8,8 +8,8 @@ ![Crates.io](https://img.shields.io/crates/l/adf_bdd) [![GitHub Discussions](https://img.shields.io/github/discussions/ellmau/adf-obdd)](https://github.com/ellmau/adf-obdd/discussions) ![rust-edition](https://img.shields.io/badge/Rust--edition-2021-blue?logo=rust) -| [Home](index.md) | [Binary](adf-bdd.md) | [Library](adf_bdd.md)| [Repository](https://github.com/ellmau/adf-obdd) | -|--- | --- | --- | --- | +| [Home](index.md) | [Binary](adf-bdd.md) | [Library](adf_bdd.md)| [Web-Service](https://adf-bdd.dev) | [Repository](https://github.com/ellmau/adf-obdd) | +|--- | --- | --- | --- | --- | # Abstract Dialectical Frameworks solved by Binary Decision Diagrams; developed in Dresden (ADF-BDD) This is the readme for the executable solver. diff --git a/docs/adf_bdd.md b/docs/adf_bdd.md index 1dcc0c3..660c4a7 100644 --- a/docs/adf_bdd.md +++ b/docs/adf_bdd.md @@ -8,8 +8,8 @@ ![Crates.io](https://img.shields.io/crates/l/adf_bdd) [![GitHub Discussions](https://img.shields.io/github/discussions/ellmau/adf-obdd)](https://github.com/ellmau/adf-obdd/discussions) ![rust-edition](https://img.shields.io/badge/Rust--edition-2021-blue?logo=rust) -| [Home](index.md) | [Binary](adf-bdd.md) | [Library](adf_bdd.md)| [Repository](https://github.com/ellmau/adf-obdd) | -|--- | --- | --- | --- | +| [Home](index.md) | [Binary](adf-bdd.md) | [Library](adf_bdd.md)| [Web-Service](https://adf-bdd.dev) | [Repository](https://github.com/ellmau/adf-obdd) | +|--- | --- | --- | --- | --- | # Abstract Dialectical Frameworks solved by Binary Decision Diagrams; developed in Dresden (ADF_BDD) This library contains an efficient representation of Abstract Dialectical Frameworks (ADf) by utilising an implementation of Ordered Binary Decision Diagrams (OBDD) diff --git a/docs/index.md b/docs/index.md index e0eed26..2875bd4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,14 +8,16 @@ ![Crates.io](https://img.shields.io/crates/l/adf_bdd) [![GitHub Discussions](https://img.shields.io/github/discussions/ellmau/adf-obdd)](https://github.com/ellmau/adf-obdd/discussions) ![rust-edition](https://img.shields.io/badge/Rust--edition-2021-blue?logo=rust) -| [Home](index.md) | [Binary](adf-bdd.md) | [Library](adf_bdd.md)| [Repository](https://github.com/ellmau/adf-obdd) | -|--- | --- | --- | --- | +| [Home](index.md) | [Binary](adf-bdd.md) | [Library](adf_bdd.md)| [Web-Service](https://adf-bdd.dev) | [Repository](https://github.com/ellmau/adf-obdd) | +|--- | --- | --- | --- | --- | # Abstract Dialectical Frameworks solved by (ordered) Binary Decision Diagrams; developed in Dresden (ADF-oBDD project) -This project is currently split into two parts: + +This project is currently split into three parts: - a [binary (adf-bdd)](adf-bdd.md), which allows one to easily answer semantics questions on abstract dialectical frameworks - a [library (adf_bdd)](adf_bdd.md), which contains all the necessary algorithms and an open API which compute the answers to the semantics questions +- a server and a frontend, available at https://adf-bdd.dev Latest documentation of the API can be found [here](https://docs.rs/adf_bdd/latest/adf_bdd/). The current version of the binary can be downloaded [here](https://github.com/ellmau/adf-obdd/releases).