Skip to content

A Scala library for expressing non-deterministic computations

License

Notifications You must be signed in to change notification settings

uuverifiers/scala-nd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages