is not current version
Last Version 1.4.3

org.unitime:cpsolver 1.2.94

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.2.94
Type

Type

jar

Download cpsolver 1.2.94


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