summaryrefslogtreecommitdiff
path: root/sci-mathematics/cryptominisat/metadata.xml
blob: 694a2c352cdaed0d4f6ca6a206eac2c78d8ce581 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/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>
    <remote-id type="github">msoos/cryptominisat</remote-id>
  </upstream>
</pkgmetadata>