is not current version
Last Version 1.0.5

org.choco-solver:pf4cs 1.0.1

Problem facade for constraint solvers.

Categories

Categories

Choco Business Logic Libraries Constraint Satisfaction Problem Solver
GroupId

GroupId

org.choco-solver
ArtifactId

ArtifactId

pf4cs
Version

Version

1.0.1
Type

Type

jar

Download pf4cs 1.0.1


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