Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajsic committed Apr 24, 2020
1 parent edcc894 commit 7f6255b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ to build DQBDD which will be located at `Release/src/`.

DQBDD [OPTION...] <input file>

`<input file>` should be formula to solve in DQDIMACS format, for the list of options run `DQBDD --help`. If the formula is satisfiable, the return value is 10, else it is 20.
`<input file>` should be formula to solve in DQDIMACS format, for the list of options run `DQBDD --help`. If the formula is satisfiable, the return value is 10, otherwise it is 20.

## Examples

Expand All @@ -34,7 +34,7 @@ solves formula in file.dqdimacs without running the preprocessor HQSpre first (t
```
DQBDD --localise 0 --uvar-choice 1 file.dqdimacs
```
solves formula in file.dqdimacs without localising quantifiers (or creating quantifier tree) where the next universal variable for universal expansion is always the one that has the minimal number of dependent existential variables. The other options are:
solves formula in file.dqdimacs without localising quantifiers (or creating quantifier tree) where the next universal variable for universal expansion is always the one that has the minimal number of dependent existential variables. The other options of `--uvar-choice` are:
- 0 - the order of universal variables to expand is set at beginning from the smallest to largest number of dependencies (this is the default),
- 2 - the next variable is chosen by the number of variables in BDDs representing the two conjucts of universal expansion.

Expand All @@ -57,4 +57,4 @@ There is no need to install any dependency, all of them are in `libs/` and are c
## Licence

- **[LGPL v3](https://www.gnu.org/licenses/lgpl-3.0.en.html)**
- Copyright 2020 Juraj Síč.
- Copyright 2020 Juraj Síč

0 comments on commit 7f6255b

Please sign in to comment.