#include <translator_extra_relations.hpp>
|
template<typename AllEntities > |
static bool | skip (const AllEntities &in) |
| Might return true if the contribution from all subrelations for the provided inputs is identically zero.
|
|
template<typename ContainerOverSubrelations , typename AllEntities , typename Parameters > |
static void | accumulate (ContainerOverSubrelations &accumulators, const AllEntities &in, const Parameters ¶ms, const FF &scaling_factor) |
| Relation enforcing all the range-constraint polynomials to be zero after the minicircuit.
|
|
template<typename FF_>
class bb::TranslatorZeroConstraintsRelationImpl< FF_ >
Definition at line 99 of file translator_extra_relations.hpp.
◆ FF
◆ accumulate()
template<typename ContainerOverSubrelations , typename AllEntities , typename Parameters >
Relation enforcing all the range-constraint polynomials to be zero after the minicircuit.
This relation ensures that while we are out of the minicircuit the range constraint polynomials are zero
- Parameters
-
evals | transformed to evals + C(in(X)...)*scaling_factor |
in | an std::array containing the fully extended Univariate edges. |
parameters | contains beta, gamma, and public_input_delta, .... |
scaling_factor | optional term to scale the evaluation before adding to evals. |
Definition at line 172 of file translator_extra_relations_impl.hpp.
◆ skip()
template<typename FF_ >
template<typename AllEntities >
Might return true if the contribution from all subrelations for the provided inputs is identically zero.
Definition at line 179 of file translator_extra_relations.hpp.
◆ RELATION_LENGTH
◆ SUBRELATION_PARTIAL_LENGTHS
The documentation for this class was generated from the following files: