|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/smt_verification/util/smt_util.hpp"#include "term.hpp"#include <gtest/gtest.h>Go to the source code of this file.
Functions | |
| TEST (SymbolicBool, and) | |
| TEST (SymbolicBool, or) | |
| TEST (SymbolicBool, not) | |
| TEST (SymbolicBool, IfElse) | |
| TEST | ( | SymbolicBool | , |
| and | |||
| ) |
Definition at line 13 of file bool.test.cpp.
| TEST | ( | SymbolicBool | , |
| IfElse | |||
| ) |
Definition at line 67 of file bool.test.cpp.
| TEST | ( | SymbolicBool | , |
| not | |||
| ) |
Definition at line 51 of file bool.test.cpp.
| TEST | ( | SymbolicBool | , |
| or | |||
| ) |
Definition at line 32 of file bool.test.cpp.