Skip to content

Commit

Permalink
fix: docs: formula
Browse files Browse the repository at this point in the history
  • Loading branch information
jsfpdn committed Dec 15, 2024
1 parent 3083895 commit 522e056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sddrs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The compiler currently supports:

## Usage

The following snippet compiles the function $(A \land B) \lor C$ to an SDD,
The following snippet compiles the function `(A & B) | C` to an SDD,
computes number of its models, enumerates and prints them to the stdout,
and renders the compiled SDD and its vtree to the DOT format.

Expand Down

0 comments on commit 522e056

Please sign in to comment.