Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added link to white paper.
  • Loading branch information
czengler authored Sep 28, 2022
1 parent b5ab9b6 commit 7d42d02
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ or [OpenWBO](http://sat.inesc-id.pt/open-wbo/).
Its main focus lies on memory-efficient data-structures for Boolean formulas and efficient algorithms for manipulating and solving them. The library is designed
to be used in industrial systems which have to manipulate and solve millions of formulas per day.

## White Paper

An extensive white paper with a lot of interesting use cases of LogicNG for configuration problems can be found [here](https://logicng.org/assets/documents/logicng-whitepaper.pdf).

## Philosophy

The most important philosophy of the library is to avoid unnecessary object creation. Therefore formulas can only be generated via formula factories. A formula
Expand Down

0 comments on commit 7d42d02

Please sign in to comment.