README.md

# HexSolver

PubGrub based version solver.

To be used by [Hex](https://github.com/hexpm/hex).

### References

* [PubGrub: Next-Generation Version Solving](https://nex3.medium.com/pubgrub-2fb6470504f)
* [Solver documentation](https://github.com/dart-lang/pub/blob/master/doc/solver.md)
* [Dart solver implementation](https://github.com/dart-lang/pub)
* [Dart semver implementation](https://github.com/dart-lang/pub-semver)

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `hex_solver` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:hex_solver, "~> 0.1.0"}
  ]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at <https://hexdocs.pm/hex_solver>.