From 53b7957b6c7f1c144d3304c6ce2e4415438fa974 Mon Sep 17 00:00:00 2001 From: Rumata888 Date: Thu, 12 Oct 2023 14:46:21 +0000 Subject: [PATCH] Update in line with simplification --- .../relations/gen_perm_sort_relation.hpp | 68 ++++++++++--------- ...n_translator_relation_consistency.test.cpp | 2 +- 2 files changed, 36 insertions(+), 34 deletions(-) diff --git a/barretenberg/cpp/src/barretenberg/proof_system/relations/gen_perm_sort_relation.hpp b/barretenberg/cpp/src/barretenberg/proof_system/relations/gen_perm_sort_relation.hpp index 3d907b52cd41..ac25d184d231 100644 --- a/barretenberg/cpp/src/barretenberg/proof_system/relations/gen_perm_sort_relation.hpp +++ b/barretenberg/cpp/src/barretenberg/proof_system/relations/gen_perm_sort_relation.hpp @@ -99,50 +99,52 @@ template class GoblinTranslatorGenPermSortRelationImpl { // 1 + polynomial degree of this relation static constexpr size_t RELATION_LENGTH = 6; // degree((lagrange_last-1) * D(D - 1)(D - 2)(D - 3)) = 5 - static constexpr size_t LEN_1 = 6; - static constexpr size_t LEN_2 = 6; - static constexpr size_t LEN_3 = 6; - static constexpr size_t LEN_4 = 6; - static constexpr size_t LEN_5 = 6; - static constexpr size_t LEN_6 = 3; - static constexpr size_t LEN_7 = 3; - static constexpr size_t LEN_8 = 3; - static constexpr size_t LEN_9 = 3; - static constexpr size_t LEN_10 = 3; - template