17 static constexpr std::array<size_t, 33>
SUBRELATION_PARTIAL_LENGTHS = { 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 3,
18 3, 3, 3, 3, 3, 3, 3, 5, 3, 5, 3,
19 5, 3, 6, 4, 4, 7, 4, 5, 4, 3, 3 };
21 template <
typename AllEntities>
inline static bool skip(
const AllEntities& in)
25 return (in.get(C::to_radix_mem_sel)).is_zero();
28 template <
typename ContainerOverSubrelations,
typename AllEntities>
29 void static accumulate(ContainerOverSubrelations& evals,
30 const AllEntities& in,
32 [[maybe_unused]]
const FF& scaling_factor);
37 static constexpr const std::string_view
NAME =
"to_radix_mem";
43 return "LAST_HAS_SEL_ON";
45 return "START_AFTER_LAST";
47 return "SEL_CONTINUITY";
49 return "EXEC_CLK_CONTINUITY";
51 return "SPACE_ID_CONTINUITY";
53 return "VALUE_CONTNUITY";
55 return "RADIX_CONTINUITY";
57 return "IS_OUTPUT_BITS_CONTINUITY";
59 return "IS_OUTPUT_BITS_IMPLY_RADIX_2";
61 return "ZERO_CHECK_NUM_LIMBS";
63 return "ZERO_CHECK_VALUE";
65 return "DECR_NUM_LIMBS";
67 return "INCR_DST_ADDRESS";
69 return "LAST_ROW_VALID_COMPUTATION";
71 return "LAST_ROW_NUM_LIMBS_ZERO";
73 return "LAST_ROW_ERR_COMPUTATION";
A wrapper for Relations to expose methods used by the Sumcheck prover or verifier to add the contribu...
static constexpr size_t SR_SPACE_ID_CONTINUITY
static constexpr size_t SR_LAST_HAS_SEL_ON
static constexpr size_t SR_INCR_DST_ADDRESS
static constexpr size_t SR_IS_OUTPUT_BITS_CONTINUITY
static constexpr const std::string_view NAME
static constexpr size_t SR_SEL_CONTINUITY
static constexpr size_t SR_LAST_ROW_NUM_LIMBS_ZERO
static constexpr size_t SR_ZERO_CHECK_VALUE
static constexpr size_t SR_VALUE_CONTNUITY
static std::string get_subrelation_label(size_t index)
static constexpr size_t SR_LAST_ROW_ERR_COMPUTATION
static constexpr size_t SR_ZERO_CHECK_NUM_LIMBS
static constexpr size_t SR_LAST_ROW_VALID_COMPUTATION
static constexpr size_t SR_DECR_NUM_LIMBS
static constexpr size_t SR_IS_OUTPUT_BITS_IMPLY_RADIX_2
static constexpr size_t SR_EXEC_CLK_CONTINUITY
static constexpr size_t SR_START_AFTER_LAST
static constexpr size_t SR_RADIX_CONTINUITY
static constexpr std::array< size_t, 33 > SUBRELATION_PARTIAL_LENGTHS
static void accumulate(ContainerOverSubrelations &evals, const AllEntities &in, const RelationParameters< FF > &, const FF &scaling_factor)
static bool skip(const AllEntities &in)
std::string to_string(bb::avm2::ValueTag tag)
Container for parameters used by the grand product (permutation, lookup) Honk relations.