slack-desc 1.2 KB

1234567891011121314151617181920
  1. # HOW TO EDIT THIS FILE:
  2. # The "handy ruler" below makes it easier to edit a package description.
  3. # Line up the first '|' above the ':' following the base package name, and
  4. # the '|' on the right side marks the last column you can put a character in.
  5. # You must make exactly 11 lines for the formatting to be correct. It's also
  6. # customary to leave one space after the ':' except on otherwise blank lines.
  7. |-----handy-ruler------------------------------------------------------|
  8. cryptominisat: cryptominisat (SAT solver)
  9. cryptominisat:
  10. cryptominisat: This system provides CryptoMiniSat, an advanced SAT solver. The system
  11. cryptominisat: has 3 interfaces: command-line, C++ library and python. The
  12. cryptominisat: command-line interface takes a cnf as an input in the DIMACS format
  13. cryptominisat: with the extension of XOR clauses. The C++ interface mimics this
  14. cryptominisat: except that it allows for a more efficient system, with assumptions
  15. cryptominisat: and multiple solve() calls. A C compatible wrapper is also
  16. cryptominisat: provided. The python interface provides a high-level yet efficient API
  17. cryptominisat: to use most of the C++ interface with ease.
  18. cryptominisat: