Skip to content

Commit c7ab9bf

Browse files
committed
Backend predicates must be defined in groups
1 parent 2aaa6f0 commit c7ab9bf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

book/src/custom1b.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22

33
[All constant integers in this spec are determined by circuit size and subject to change.]
44

5-
A _custom predicate_ can be defined in one of two ways:
5+
On the frontend, a _custom predicate_ is defined as a combination of conjunctions and disjunctions of other custom predicates and possibly the predicate itself.
66

7-
- Directly, as either the AND or OR of two pre-existing predicates, or
8-
- Recursively, in a _group_ of up to 10 custom predicates. Each custom predicate in the group is either the AND or OR of five predicates which are either pre-existing, or defined in the same group.
7+
On the backend, _custom predicates_ are defined in groups of up to 10. Each custom predicate in the group is either the AND or OR of five predicates which are either pre-existing, or defined in the same group.
98

109
[Note: We could potentially allow the AND or OR of, say, two predicates instead of five. To make this work, we might need to have access to pod ID as a virtual key, see github issue #60]
1110

0 commit comments

Comments
 (0)