Skip to content

v3.3.0 (May 2018)

Compare
Choose a tag to compare
@dpaukov dpaukov released this 25 Apr 06:22
         CombinatoricsLib 3.3.0 - Release notes
                   by Dmytro Paukov

CombinatoricsLib 3.3.0 (May 2018)

  • Added new cartesian product generator #4

CombinatoricsLib 3.2.0 (Apr 2017)

  • Added integer partition generator

CombinatoricsLib 3.1.1 (Sep 2016)


CombinatoricsLib 3.1.0 (Sep 2016)

  • Added subset generator

CombinatoricsLib 3.0.0 (July 2016)

  • Simple combinations
  • Combinations with repetitions
  • Simple permutations
  • Permutations with repetitions

Documentation

CombinatoricsLib 3.3.0 Page

Download

You can download this release from the Maven Central Repository:

Maven Central Repository

This release is available through The Maven Central Repository here
Include the following section into your pom.xml file.

<dependency>
    <groupId>com.github.dpaukov</groupId>
    <artifactId>combinatoricslib3</artifactId>
    <version>3.3.0</version>
</dependency>