License |
License |
---|---|
GroupId | GroupIdorg.unitime |
ArtifactId | ArtifactIdcpsolver |
Version | Version1.3.255 |
Type | Typejar |
Description |
DescriptionCPSolver
The constraint solver library contains a local search based framework that allows
modeling of a problem using constraint programming primitives (variables, values, constraints).
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cpsolver-1.3.255.pom | |
cpsolver-1.3.255.jar | 1 MB |
cpsolver-1.3.255-sources.jar | 1 MB |
cpsolver-1.3.255-javadoc.jar | 9 MB |
cpsolver-1.3.255-dist.zip | 11 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.unitime/cpsolver/ -->
<dependency>
<groupId>org.unitime</groupId>
<artifactId>cpsolver</artifactId>
<version>1.3.255</version>
</dependency>
// https://jarcasting.com/artifacts/org.unitime/cpsolver/
implementation 'org.unitime:cpsolver:1.3.255'
// https://jarcasting.com/artifacts/org.unitime/cpsolver/
implementation ("org.unitime:cpsolver:1.3.255")
'org.unitime:cpsolver:jar:1.3.255'
<dependency org="org.unitime" name="cpsolver" rev="1.3.255">
<artifact name="cpsolver" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.unitime', module='cpsolver', version='1.3.255')
)
libraryDependencies += "org.unitime" % "cpsolver" % "1.3.255"
[org.unitime/cpsolver "1.3.255"]
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.17 |
org.dom4j : dom4j | jar | 2.1.3 |