Skip to content

Commit

Permalink
ff: document ff.bitsum (cvc5#10734)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-ozdemir authored May 8, 2024
1 parent d0a9b54 commit 231c532
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/theories/finite_field.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,16 @@ Examples
(check-sat)
; unsat
Experimental Extensions
^^^^^^^^^^^^^^^^^^^^^^^

These features of the theory are experimental; they may be removed in the
future:

* ``ff.bitsum``: an n-ary operator for bitsums: ``(ff.bitsum x0 x1 x2)`` is equivalent to :math:`x_0 + 2x_1 + 4x_2`.
* ``ff.neg``: unary negation

Solvers
^^^^^^^

Expand Down

0 comments on commit 231c532

Please sign in to comment.