Skip to content

Commit

Permalink
README.md: Fix malformatted hyperlink.
Browse files Browse the repository at this point in the history
  • Loading branch information
roberthoenig committed Mar 16, 2018
1 parent 0bb074b commit bbfbaf7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,7 @@ The PROLOG programming language can be used to prove seemingly arbitrary stateme
world applications, but it's not mathematically pure. `FirstOrderLogic.jl` uses a direct
mathematical syntax for expressing formulas.
* Expressive power: PROLOG works on a limited set of all valid formulas in first-order logic, namely
only formulas that can be expressed as a conjunction of [horn clauses]
(https://en.wikipedia.org/wiki/Horn_clause). This is sufficient for many real world applications,
only formulas that can be expressed as a conjunction of [horn clauses](https://en.wikipedia.org/wiki/Horn_clause). This is sufficient for many real world applications,
but it's not mathematically complete. PROLOG thereby trades completeness for computation time.
`FirstOrderLogic.jl` does not make that trade. It is slow, but complete.

Expand Down

0 comments on commit bbfbaf7

Please # to comment.