Skip to content

Commit

Permalink
fix: emojis in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jsfpdn committed Dec 15, 2024
1 parent 72dff9a commit df5e4fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sddrs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sddrs"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["Josef Podany"]
repository = "https://github.com/jsfpdn/sdd-rs"
Expand Down
6 changes: 3 additions & 3 deletions sddrs/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# :books: sddrs: Bottom-Up Sentential Decision Diagram Compiler
# sddrs: Bottom-Up Sentential Decision Diagram Compiler

**Incrementally build, manipualate, and optimize
[Sentential Decision Diagrams (SDD)](https://en.wikipedia.org/wiki/Sentential_decision_diagram):
a succinct representation of Boolean functions.**

## :tada: Features
## Features

The compiler currently supports:

Expand All @@ -15,7 +15,7 @@ The compiler currently supports:
* SDD compilation from CNF in
[DIMACS](https://www21.in.tum.de/~lammich/2015_SS_Seminar_SAT/resources/dimacs-cnf.pdf) format.

## :package: Usage
## Usage

The following snippet compiles the function $(A \land B) \lor C$ to an SDD,
computes number of its models, enumerates and prints them to the stdout,
Expand Down

0 comments on commit df5e4fc

Please sign in to comment.