Skip to content

Repository files navigation

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.20.0</version>
</dependency>

Building

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

$ ./gradlew build

About

Datastructures and utility classes specialized for dealing with non-negative integers.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages