Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 756 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 756 Bytes

Noodler

Solving string constraints via segment-automata and noodles. Binder_badge

The notebook example-full-algo uses Noodler to produce balanced and unified query for simple string equations.

See pastry and noodles to understand noodlification and unification.

Example-full-algo-long contains equation that take long time to solve (especially when starting from the right-hand side).

Requirements

  • Python 3.6+
  • Awali with Python bindings (Awalipy) installed.