Skip to content

Commit

Permalink
Regenerate README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Mar 14, 2024
1 parent 44b8d34 commit 8ce7141
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 @@ -22,7 +22,7 @@

If you like propositional logic, then you've come to the right place!

PAndQ.jl is a [computer algebra system](https://en.wikipedia.org/wiki/Computer_algebra_system) for propositional logic.
PAndQ.jl is a computer algebra system for propositional logic.

## Installation

Expand All @@ -40,7 +40,7 @@ julia> using PAndQ
julia> ¬
¬

julia> @atomize p q $1 $2
julia> @atomize p q $1 $(1 + 1)
(p q) ($(1) $(2))

julia> @variables p q
Expand Down Expand Up @@ -83,7 +83,7 @@ julia> print_table(p ∧ ¬p, ¬p, r, s)
- Simple instantiation
- Custom REPL mode
- Normalization
- Negated, conjunctive, and disjunctive forms
- Negation, conjunction, and disjunction forms
- Tseytin transformation
- Functor map
- Semantics
Expand Down

0 comments on commit 8ce7141

Please sign in to comment.