We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
smt_bit_vector_theoryt::negate
1 parent 4565359 commit 02e53cbCopy full SHA for 02e53cb
src/solvers/smt2_incremental/smt_bit_vector_theory.h
@@ -245,6 +245,7 @@ class smt_bit_vector_theoryt
245
static smt_sortt return_sort(const smt_termt &operand);
246
static void validate(const smt_termt &operand);
247
};
248
+ /// \brief Arithmetic negation in two's complement.
249
static const smt_function_application_termt::factoryt<negatet> negate;
250
251
// Shift operations
0 commit comments