mirror of
https://github.com/ellmau/adf-obdd.git
synced 2025-12-20 09:39:38 +01:00
Update README and Project Website
Mention adf-bdd.dev
This commit is contained in:
parent
1cbd925eb4
commit
22882037bf
@ -11,13 +11,15 @@
|
|||||||
|
|
||||||
# Abstract Dialectical Frameworks solved by (ordered) Binary Decision Diagrams; developed in Dresden (ADF-oBDD project)
|
# 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 [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 [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/).
|
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).
|
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)
|
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)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -8,8 +8,8 @@
|
|||||||

|

|
||||||
[](https://github.com/ellmau/adf-obdd/discussions) 
|
[](https://github.com/ellmau/adf-obdd/discussions) 
|
||||||
|
|
||||||
| [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)
|
# Abstract Dialectical Frameworks solved by Binary Decision Diagrams; developed in Dresden (ADF-BDD)
|
||||||
This is the readme for the executable solver.
|
This is the readme for the executable solver.
|
||||||
|
|||||||
@ -8,8 +8,8 @@
|
|||||||

|

|
||||||
[](https://github.com/ellmau/adf-obdd/discussions) 
|
[](https://github.com/ellmau/adf-obdd/discussions) 
|
||||||
|
|
||||||
| [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)
|
# 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)
|
This library contains an efficient representation of Abstract Dialectical Frameworks (ADf) by utilising an implementation of Ordered Binary Decision Diagrams (OBDD)
|
||||||
|
|||||||
@ -8,14 +8,16 @@
|
|||||||

|

|
||||||
[](https://github.com/ellmau/adf-obdd/discussions) 
|
[](https://github.com/ellmau/adf-obdd/discussions) 
|
||||||
|
|
||||||
| [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)
|
# 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 [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 [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/).
|
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).
|
The current version of the binary can be downloaded [here](https://github.com/ellmau/adf-obdd/releases).
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user