SAT4J

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.pom
Last Version

Last Version

2.3.1
Release Date

Release Date

Type

Type

jar
Description

Description

SAT4J
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 URL

Project URL

http://www.sat4j.org
Project Organization

Project Organization

Centre de Recherche en Informatique de Lens (CRIL)

Download org.sat4j.pom

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.4

Project Modules

  • org.sat4j.core
  • org.sat4j.pb
  • org.sat4j.maxsat
  • org.sat4j.sat
  • org.sat4j.csp
  • org.sat4j.csp.xmlparser

Versions

Version
2.3.1
2.3.0
2.2.3