Skip to content

Commit

Permalink
newline
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-aws committed Mar 11, 2024
1 parent ee12d49 commit 3b2e159
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

The `DafnyVMC` module introduces utils for probabilistic reasoning in Dafny. At the moment, the API is intentionally limited in scope, and only supports compilation to Java and Python. For the future, we plan to extend both the functionality and the range of supported languages.


## Java

### Java API
Expand Down Expand Up @@ -52,6 +53,7 @@ To run the statistical tests in the `tests` directory, use the following command
$ dafny test --target:java src/interop/java/Full/Random.java src/interop/java/Part/Random.java tests/TestsRandom.dfy tests/Tests.dfy dfyconfig.toml --no-verify
```


## Python

### Python API
Expand Down

0 comments on commit 3b2e159

Please sign in to comment.