1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: sat4j
Section: science
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Michael Tautschnig <mt@debian.org>
Build-Depends: debhelper-compat (= 13), ant
Build-Depends-Indep: javahelper, default-jdk, libcommons-cli-java, libcommons-beanutils-java,
rhino, junit4, libjmock-java, ant-optional, libmockito-java, maven-repo-helper
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/science-team/sat4j
Vcs-Git: https://salsa.debian.org/science-team/sat4j.git
Homepage: https://www.sat4j.org
Package: sat4j
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
Breaks: eclipse-platform (<= 3.5.2-5)
Description: Efficient library of SAT solvers in Java
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. The SAT4J project also tries
to provide a basis of work for SAT researchers.
|