Skip to content

Commit

Permalink
Add columns arithmetization param
Browse files Browse the repository at this point in the history
  • Loading branch information
x-mass committed Feb 19, 2024
1 parent eb21fbb commit 8796e9c
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ namespace nil {
// Available in runtime columns params. Order is:
// witness | public_input | component_constant | component_selector |
// lookup_constant | lookup_selector
constexpr std::array<columns_params, 1> all_columns_params = {
{15, 1, 5, 50, 30, 6}
constexpr std::array<columns_params, 3> all_columns_params = {{
{15, 1, 5, 50, 30, 6},
{15, 1, 5, 60, 0, 0},
{15, 1, 2, 50, 14, 6}
// Add more params as needed.
};
}};

constexpr std::array<lambda_param, 1> all_lambda_params = {
9
Expand Down

0 comments on commit 8796e9c

Please sign in to comment.