uuverifiers / scala-nd

A Scala library for expressing non-deterministic computations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scala-ND

Scala-ND is a simple Scala library for expressing non-deterministic computations. The library is mainly intended for teaching purposes, and includes simple non-deterministic algorithms solving the Travelling Salesperson problem (TSP) and the Boolean satisfiability problem (SAT).

To use Scala-ND, you only need to have a JVM and the Scala build tool SBT installed. The examples can then be run with the command "sbt run".

About

A Scala library for expressing non-deterministic computations

License:GNU Lesser General Public License v2.1


Languages

Language:Scala 100.0%