License |
License |
---|---|
GroupId | GroupIdorg.unitime |
ArtifactId | ArtifactIdcpsolver |
Version | Version1.4.3 |
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.4.3.pom | |
cpsolver-1.4.3.jar | 1 MB |
cpsolver-1.4.3-sources.jar | 1 MB |
cpsolver-1.4.3-javadoc.jar | 9 MB |
cpsolver-1.4.3-dist.zip | 13 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.unitime/cpsolver/ -->
<dependency>
<groupId>org.unitime</groupId>
<artifactId>cpsolver</artifactId>
<version>1.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.unitime/cpsolver/
implementation 'org.unitime:cpsolver:1.4.3'
// https://jarcasting.com/artifacts/org.unitime/cpsolver/
implementation ("org.unitime:cpsolver:1.4.3")
'org.unitime:cpsolver:jar:1.4.3'
<dependency org="org.unitime" name="cpsolver" rev="1.4.3">
<artifact name="cpsolver" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.unitime', module='cpsolver', version='1.4.3')
)
libraryDependencies += "org.unitime" % "cpsolver" % "1.4.3"
[org.unitime/cpsolver "1.4.3"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-core | jar | 2.17.1 |
org.dom4j : dom4j | jar | 2.1.3 |