Jar examples for c:combinatorics
A number of combinatorial algorithms for enumerating (without in-memory storing) of different types of combinations.
You can download jar file combinatorics 2.0 in this page.
Apache License, Version 2.0
You can use the following script to add combinatorics-2.0.jar to your project.
<dependency> <groupId>cc.redberry</groupId> <artifactId>combinatorics</artifactId> <version>2.0</version> </dependency>
compile group: 'cc.redberry', name: 'combinatorics', version: '2.0'
libraryDependencies += "cc.redberry" % "combinatorics" % "2.0"
<dependency org="cc.redberry" name="combinatorics" rev="2.0"/>
@Grapes(@Grab(group='cc.redberry', module='combinatorics', version='2.0'))
'cc.redberry:combinatorics:jar:2.0'
Click the following link to download the jar file.
combinatorics-2.0-javadoc.jar