diff --git a/ExampleRelation.hpp b/ExampleRelation.hpp deleted file mode 100644 index 973c221af3..0000000000 --- a/ExampleRelation.hpp +++ /dev/null @@ -1,98 +0,0 @@ - -#pragma once -#include "../relation_parameters.hpp" -#include "../relation_types.hpp" - -namespace proof_system::ExampleRelation_vm { - -template struct Row { - FF Fibonacci_ISLAST; - FF Fibonacci_x; - FF Fibonacci_y; - FF Fibonacci_x_shift; - FF Fibonacci_y_shift; - }; - -template class ExampleRelationImpl { - public: - - static constexpr size_t RELATION_LENGTH = 3; - static constexpr size_t DEGREE_0 = 3; - static constexpr size_t DEGREE_1 = 3; - static constexpr size_t DEGREE_2 = 3; - static constexpr size_t DEGREE_3 = 3; -template