Skip to content

Commit

Permalink
docs: define random values in examples when they are used (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
AurelienFT authored Apr 22, 2024
1 parent 5427353 commit e73ee03
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/src/description/constraints.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,10 @@ periodic_columns {
k: [1, 1, 1, 0]
}
random_values {
rand: [16]
}
boundary_constraints {
<omitted for brevity>
}
Expand Down Expand Up @@ -236,6 +240,10 @@ public_inputs {
<omitted for brevity>
}
random_values {
rand: [16]
}
periodic_columns {
k: [1, 1, 1, 0]
}
Expand All @@ -250,4 +258,4 @@ integrity_constraints {
let y = b + $rand[1]
enf p1 = k * x * y
}
```
```

0 comments on commit e73ee03

Please sign in to comment.