README.md
<!--
SPDX-FileCopyrightText: 2020 Zach Daniel
SPDX-FileCopyrightText: 2024 simple_sat contributors <https://github.com/ash-project/simple_sat/graphs.contributors>
SPDX-License-Identifier: MIT
-->

[](https://opensource.org/licenses/MIT)
[](https://hex.pm/packages/simple_sat)
[](https://hexdocs.pm/simple_sat)
[](https://api.reuse.software/info/github.com/ash-project/simple_sat)
# SimpleSat
A simple, dependency free boolean satisfiability solver.
See the [documentation](https://hexdocs.pm/simple_sat) for more.
## Installation
```elixir
def deps do
[
{:simple_sat, "~> 0.1.4"}
]
end
```