Skip to content

Commit 1ca9450

Browse files
committed
Document smt_bit_vector_theoryt::negate
1 parent 26aa960 commit 1ca9450

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/solvers/smt2_incremental/smt_bit_vector_theory.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ class smt_bit_vector_theoryt
245245
static smt_sortt return_sort(const smt_termt &operand);
246246
static void validate(const smt_termt &operand);
247247
};
248+
/// \brief Arithmetic negation in two's complement.
248249
static const smt_function_application_termt::factoryt<negatet> negate;
249250

250251
// Shift operations

0 commit comments

Comments
 (0)