slack-desc 1009 B

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. z3: z3 (a first-order theorem prover and SMT solver)
  9. z3:
  10. z3: Z3 is an automated theorem prover and satisfiability modulo theories
  11. z3: (SMT) solver. Given a formula in first-order logic, it attempts to
  12. z3: either prove the formula or find a counterexample. Z3 supports
  13. z3: arithmetic, reasoning about arrays, and several other built-in
  14. z3: theories. Input problems are written in SMT-LIB format.
  15. z3:
  16. z3: This package includes the z3 program as well as C++ and Python APIs.
  17. z3:
  18. z3: Homepage: https://github.com/Z3Prover/z3/wiki