Skip to content

Commit

Permalink
Merge commit '298d6736682e2e886144c7e8d31f1e1c9ea3b437' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Spaeth committed Dec 4, 2020
2 parents 4f27aac + 298d673 commit d6b2ca8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[![Java CI with Maven](https://github.com/CodeShield-Security/SPDS/workflows/Java%20CI%20with%20Maven/badge.svg?branch=master)](https://github.com/CodeShield-Security/SPDS/actions)

# WPDS
# SPDS

This repository contains a Java implementation of Weighted Pushdown Systems.
This repository contains a Java implementation of Synchronized Pushdown Systems.
Additionally, it contains an implementation of [Boomerang](boomerangPDS) and [IDEal](idealPDS) based on a Weighted Pushdown System.

# Use as Maven dependency
Expand Down Expand Up @@ -34,15 +34,15 @@ An in-depth documentation on how to do this can be found [here](https://docs.git

# Checkout, Build and Install

To build and install WPDS into your local repository, run
To build and install SPDS into your local repository, run

``mvn clean install -DskipTests``

in the root directory of this git repository. If you do not want to skip the test cases, remove the last flag.

# Examples

Boomerang code examples can be found [here](https://github.com/CROSSINGTUD/WPDS/blob/master/boomerangPDS/src/main/java/boomerang/example/ExampleMain.java). Code examples for IDEal are given [here](https://github.com/CROSSINGTUD/WPDS/tree/master/idealPDS/src/main/java/inference/example).
Boomerang code examples can be found [here](https://github.com/CodeShield-Security/SPDS/tree/master/boomerangPDS/src/main/java/boomerang/example). Code examples for IDEal are given [here](https://github.com/CodeShield-Security/SPDS/tree/master/idealPDS/src/main/java/inference/example).


# Notes on the Test Cases
Expand Down

0 comments on commit d6b2ca8

Please sign in to comment.