is not current version
Last Version 1.4.3

org.unitime:cpsolver 1.3.182

The constraint solver library contains a local search based framework that allows modeling of a problem using constraint programming primitives (variables, values, constraints).

GroupId

GroupId

org.unitime
ArtifactId

ArtifactId

cpsolver
Version

Version

1.3.182
Type

Type

jar

Download cpsolver 1.3.182


<!-- https://jarcasting.com/artifacts/org.unitime/cpsolver/ -->
<dependency>
    <groupId>org.unitime</groupId>
    <artifactId>cpsolver</artifactId>
    <version>1.3.182</version>
</dependency>
// https://jarcasting.com/artifacts/org.unitime/cpsolver/
implementation 'org.unitime:cpsolver:1.3.182'
// https://jarcasting.com/artifacts/org.unitime/cpsolver/
implementation ("org.unitime:cpsolver:1.3.182")
'org.unitime:cpsolver:jar:1.3.182'
<dependency org="org.unitime" name="cpsolver" rev="1.3.182">
  <artifact name="cpsolver" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.unitime', module='cpsolver', version='1.3.182')
)
libraryDependencies += "org.unitime" % "cpsolver" % "1.3.182"
[org.unitime/cpsolver "1.3.182"]