Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 801 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 801 Bytes

naturals-util

Build Status

Naturals-util is a collection of data-structures and utility methods for dealing with natural numbers, especially with the {0, ..., n} domain. This situation often arises when dealing with indexed or enumerated structures, for example transition systems with enumerated states.

Usage

You can either build the jar using gradle (see below) or fetch it from maven central:

<dependency>
  <groupId>de.tum.in</groupId>
  <artifactId>naturals-util</artifactId>
  <version>0.19.0</version>
</dependency>

Building

Build the project using gradle. All dependencies are downloaded automatically.

$ ./gradlew build