Packages

A configurable constraint solver with an API based on JSR 331.

Current section

Files

Jump to
aruspex lib aruspex.ex
Raw

lib/aruspex.ex

defmodule Aruspex do
@moduledoc """
Aruspex Solver
Aruspex is a generic, mostly JSR-331 compliant cp solver which can solve
typical linear constraint problems.
"""
end