o

org.sat4j.pom

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.
http://www.sat4j.org
Eclipse Public License 1.0 GNU Lesser GPL 2.1
Centre de Recherche en Informatique de Lens (CRIL)
Daniel Le Berre
文件下载
文件名 操作
org.sat4j.pom-2.3.1.pom 下载
Apache Maven
<dependency>
  <groupId>org.sat4j</groupId>
  <artifactId>org.sat4j.pom</artifactId>
  <version>2.3.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.sat4j:org.sat4j.pom:2.3.1'
Gradle Kotlin
implementation("org.sat4j:org.sat4j.pom:2.3.1")
Scala SBT
libraryDependencies += "org.sat4j" % "org.sat4j.pom" % "2.3.1"
Groovy Grape
@Grapes(
  @Grab(group='org.sat4j', module='org.sat4j.pom', version='2.3.1')
)
Apache Ivy
<dependency org="org.sat4j" name="org.sat4j.pom" rev="2.3.1" />
Leiningen
[org.sat4j/org.sat4j.pom "2.3.1"]
Apache Buildr
'org.sat4j:org.sat4j.pom:jar:2.3.1'
本项目依赖