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.

License

License

GroupId

GroupId

org.ow2.sat4j
ArtifactId

ArtifactId

org.ow2.sat4j.csp
Last Version

Last Version

2.3.5
Release Date

Release Date

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.ow2.sat4j.csp

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.ow2.sat4j : org.ow2.sat4j.pb jar 2.3.5
org.ow2.sat4j : org.ow2.sat4j.csp.xmlparser jar 2.3.5
rhino : js jar 1.7R2

test (2)

Group / Artifact Type Version
junit : junit jar 4.4
org.mockito : mockito-all jar 1.9.5

Project Modules

There are no modules declared in this project.

Versions

Version
2.3.5
2.3.4
2.3.3