Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
arijitsh committed Nov 16, 2024
1 parent 945d41d commit 73d1247
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ The [SMT-LIB2](https://smtlib.cs.uiowa.edu/language.shtml) format is the recomme
The samples should be uniform in practice. Run with an SMT-LIB2 file:

```
./stp -s --ns 10 --seed 6 myproblem.smt2
./csb -s --ns 10 --seed 6 myproblem.smt2
```


### Usage as Almost-uniform Sampler:

The samples are generated with theoretical guarantees on uniformity. But this procedure might be slower than uniform-like sampler.
```
./stp -u --ns 10 --seed 6 myproblem.smt2
./csb -u --ns 10 --seed 6 myproblem.smt2
```

Change seed value to get different samples. Refer to [this post](https://www.msoos.org/2022/06/checking-uniform-like-samplers/) to know more about uniform, almost-uniform and uniform like samplers.
Expand All @@ -61,7 +61,7 @@ Change seed value to get different samples. Refer to [this post](https://www.mso

Run with an SMT-LIB2 file:
```
./stp -c myproblem.smt2
./csb -c myproblem.smt2
```

## Architecture
Expand Down

0 comments on commit 73d1247

Please sign in to comment.