-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add installation instructions in readme
- Loading branch information
Tim Beurskens
committed
Jun 20, 2022
1 parent
e813df6
commit 7da47f0
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,29 @@ | |
|
||
_Solving satisfiability problems in Rust_ | ||
|
||
## Installation | ||
|
||
1) Make sure to install the [Rust toolchain](https://www.rust-lang.org/tools/install). | ||
|
||
2) Clone the latest version of this repository: | ||
``` | ||
$ git clone [email protected]:timbeurskens/rsbdd.git | ||
``` | ||
|
||
3) Build and install the RsBDD tools: | ||
``` | ||
$ cd rsbdd | ||
$ cargo install --bins --path . | ||
``` | ||
|
||
The following tools will be available after installing the RsBDD package: | ||
|
||
- `max_clique_gen` | ||
- `n_queens_gen` | ||
- `random_graph_gen` | ||
- `rsbdd` | ||
- `sudoku_gen` | ||
|
||
## Syntax | ||
|
||
### Comments | ||
|