SAT4J core

The core library contains a flexible implementation in Java of the initial Minisat specification. The library is regularly updated with latest SAT technologies. It is a mature software that target Java developer willing to use SAT capability in their software.

License

License

GroupId

GroupId

org.sat4j
ArtifactId

ArtifactId

org.sat4j.core
Last Version

Last Version

2.3.1
Release Date

Release Date

Type

Type

jar
Description

Description

SAT4J core
The core library contains a flexible implementation in Java of the initial Minisat specification. The library is regularly updated with latest SAT technologies. It is a mature software that target Java developer willing to use SAT capability in their software.
Project Organization

Project Organization

Centre de Recherche en Informatique de Lens (CRIL)

Download org.sat4j.core

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.4

Project Modules

There are no modules declared in this project.

Versions

Version
2.3.1
2.3.0
2.2.3
2.0.4
2.0.0