Equations
Read the committed Lübeck cache and return its entries in file order.
Fails with a readable message rather than an exception when the file is absent or does not have the expansion input’s JSON shape, since the usual cause is running the command from outside the package root.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Keep the entries inside the requested scope, ordered by prime then degree so
the generated match reads in the same order as Lübeck's table.
The scope gives a maximum degree per prime rather than one maximum for all of them. The complete offline generator instead accepts an exact pair list. The proof cost of an entry grows with both the prime and the degree, so a uniform bound would either stop the small primes short of what the budget affords or push the large ones past it.
Equations
- One or more equations did not get rendered due to their size.
Instances For
One scope entry, written p:maxDegree.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Scope specification: a maximum degree per prime, written
scope [2:8, 3:6]. Degrees below the maximum that Lübeck's table happens not to
list are simply absent, so a gap in the source is tolerated rather than fatal.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.