summaryrefslogtreecommitdiff
path: root/sci-mathematics/cryptominisat/metadata.xml
blob: aa5160f949b32ff26f1c178f7cf32810e47d6a94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="project">
    <email>sci-mathematics@gentoo.org</email>
    <name>Gentoo Mathematics Project</name>
  </maintainer>
  <longdescription>
    This system provides CryptoMiniSat, an advanced incremental SAT solver.
    The system has 3 interfaces: command-line, C++ library and python.
    The command-line interface takes a cnf as an input in the DIMACS format
    with the extension of XOR clauses. The C++ and python interface mimics this
    and also allows for incremental use: assumptions and multiple solve calls.
  </longdescription>
  <upstream>
    <bugs-to>https://github.com/msoos/cryptominisat/issues/</bugs-to>
  </upstream>
  <origin>baldeagleos-repo</origin>
</pkgmetadata>