blob: 355be55e007fe4276a736f2caa9da0367ac464b3 (
plain) (
blame)
1
2
3
4
5
6
|
Arybo is a software for manipulating canonicalization and identification of
mixed boolean-arithmetic symbolic expressions using bit vectors and gives a
bit-per-bit symbolic representation.
The ANF (Algebric Normal Form) form is used, which basically represents boolean
expressions using the XOR and AND operators.
|