You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,20 +15,20 @@ Step-by-step guides can be found here:
15
15
*[Installing the snapshot version of TweetyProject](http://tweetyproject.org/doc/install-snapshot.html)
16
16
17
17
## Contributing
18
-
Want to contribute? We appreciate it! If you find a bug or would like to request a feature, please open an issue here. For bug reports, include steps to recreate the bug and screenshots, if possible.
18
+
Want to contribute? We appreciate it! If you find a bug or would like to request a feature, please open an issue here. For bug reports, include steps to recreate the bug and screenshots, if possible.
19
19
20
20
If you want to make your own contributions to the code, follow the usual steps:
21
-
* Fork this repository
21
+
* Fork this repository
22
22
* Create a new branch `git checkout -b wip/myfeature`
23
-
* Make your changes
23
+
* Make your changes
24
24
* Add your changes `git add your-files`
25
25
* Commit your changes `git commit -m "description of your feature"`
26
26
* Push to your branch `git push origin wip/myfeature`
27
27
* Create a pull request`
28
28
29
29
## Documentation
30
-
***API:** The most recent version of the technical documentation for all TweetyProject libraries in form of the JavaDoc API can be found here: [TweetyProject API 1.19](http://tweetyproject.org/api/1.19/index.html)
31
-
***Integration of third-party solvers:** The following pages give some more detailed information on how third-party products such as SAT solvers and optimization solvers can be integrated in TweetyProject:
30
+
***API:** The most recent version of the technical documentation for all TweetyProject libraries in form of the JavaDoc API can be found here: [TweetyProject API 1.20](http://tweetyproject.org/api/1.20/index.html)
31
+
***Integration of third-party solvers:** The following pages give some more detailed information on how third-party products such as SAT solvers and optimization solvers can be integrated in TweetyProject:
32
32
*[Integration of SAT Solvers](http://tweetyproject.org/doc/sat-solvers.html)
33
33
*[Integration of first-order logic theorem provers](http://tweetyproject.org/doc/fol-provers.html)
34
34
*[Integration of optimization problem solvers](http://tweetyproject.org/doc/optimization-problem-solvers.html)
@@ -45,4 +45,4 @@ If you want to make your own contributions to the code, follow the usual steps:
45
45
A manual on how to use TweetyProject in your programs is currently in development.
46
46
47
47
## License
48
-
All parts of the TweetyProject available on this website are licensed under the [GNU Lesser General Public License](http://www.gnu.org/licenses/#LGPL) version 3 (beginning with TweetyProject version 1.6, the versions before are licensed under the [GNU General Public License](http://www.gnu.org/licenses/#GPL) version 3) except when this is noted otherwise. Use and modification of the libraries is encouraged but please give credit by referring to this repository. Please note that some libraries make also use of other third-party libraries such as Apache Commons.
48
+
All parts of the TweetyProject available on this website are licensed under the [GNU Lesser General Public License](http://www.gnu.org/licenses/#LGPL) version 3 (beginning with TweetyProject version 1.6, the versions before are licensed under the [GNU General Public License](http://www.gnu.org/licenses/#GPL) version 3) except when this is noted otherwise. Use and modification of the libraries is encouraged but please give credit by referring to this repository. Please note that some libraries make also use of other third-party libraries such as Apache Commons.
0 commit comments