License |
License |
---|---|
Categories |
CategoriesChoco Business Logic Libraries Constraint Satisfaction Problem Solver |
GroupId | GroupIdorg.choco-solver |
ArtifactId | ArtifactIdchoco-samples |
Last Version | Last Version3.3.3-j7 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionorg.choco-solver:choco-samples
Choco is a Free and Open-Source Software dedicated to Constraint Programming.
It aims at describing real combinatorial problems in the form of Constraint Satisfaction Problems
and to solve them with Constraint Programming techniques.
|
Filename | Size |
---|---|
choco-samples-3.3.3-j7.pom | |
choco-samples-3.3.3-j7.jar | 240 KB |
choco-samples-3.3.3-j7-sources.jar | 197 KB |
choco-samples-3.3.3-j7-javadoc.jar | 494 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.choco-solver/choco-samples/ -->
<dependency>
<groupId>org.choco-solver</groupId>
<artifactId>choco-samples</artifactId>
<version>3.3.3-j7</version>
</dependency>
// https://jarcasting.com/artifacts/org.choco-solver/choco-samples/
implementation 'org.choco-solver:choco-samples:3.3.3-j7'
// https://jarcasting.com/artifacts/org.choco-solver/choco-samples/
implementation ("org.choco-solver:choco-samples:3.3.3-j7")
'org.choco-solver:choco-samples:jar:3.3.3-j7'
<dependency org="org.choco-solver" name="choco-samples" rev="3.3.3-j7">
<artifact name="choco-samples" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.choco-solver', module='choco-samples', version='3.3.3-j7')
)
libraryDependencies += "org.choco-solver" % "choco-samples" % "3.3.3-j7"
[org.choco-solver/choco-samples "3.3.3-j7"]
Group / Artifact | Type | Version |
---|---|---|
org.choco-solver : choco-solver | jar | 3.3.3-j7 |
args4j : args4j | jar | 2.32 |
net.sf.trove4j : trove4j | jar | 3.0.3 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.9.10 |