Last Version

SAT4J csp 2.3.0

The aim of the SAT4J library is to provide an efficient library of SAT solvers in Java. Compared to the OpenSAT project, the SAT4J library targets first users of SAT "black boxes", willing to embed SAT technologies into their application without worrying about the details. Since we use the library for our own research, it is also possible for SAT researchers to use it as a basis for their work.

License

License

GroupId

GroupId

org.sat4j
ArtifactId

ArtifactId

org.sat4j.csp
Version

Version

2.3.0
Type

Type

jar
Description

Description

SAT4J csp
The aim of the SAT4J library is to provide an efficient library of SAT solvers in Java. Compared to the OpenSAT project, the SAT4J library targets first users of SAT "black boxes", willing to embed SAT technologies into their application without worrying about the details. Since we use the library for our own research, it is also possible for SAT researchers to use it as a basis for their work.
Project Organization

Project Organization

Centre de Recherche en Informatique de Lens (CRIL)

Download org.sat4j.csp 2.3.0


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

Dependencies

compile (3)

Group / Artifact Type Version
org.sat4j : org.sat4j.core jar 2.3.0
org.sat4j : org.sat4j.csp.xmlparser jar 2.3.0
rhino : js jar 1.7R1

test (1)

Group / Artifact Type Version
junit : junit jar 4.4

Project Modules

There are no modules declared in this project.