ethereum / hevm

symbolic EVM evaluator
https://hevm.dev
GNU Affero General Public License v3.0
225 stars 46 forks source link

Add abstraction-refinement for overapporximation via NRA and NIA #429

Open msooseth opened 9 months ago

msooseth commented 9 months ago

See paper by Hozzova at al. Overapproximation of Non-Linear Integer Arithmetic for Smart Contract Verification

We could do this as another abstraction-refinement option. May not be too difficult, actually.