Consensys / linea-arithmetization

19 stars 19 forks source link

feat: Update `CorsetValidator` with Expansion Options #759

Closed DavePearce closed 1 month ago

DavePearce commented 1 month ago

This updates CorsetValidator to use a better set of defaults, including field arithmetic and expansion of constraints to a lower level. This result is more of the corset tool being tested, helping us ensure its ready.

NOTE: expansion does not (by default) go to the lowest level (because this has a large impact on performance). Nevertheless, the option to do this is present in the updated CorsetValidator and can be enabled easily enough.