Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 826 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 826 Bytes

HerbConstraints.jl

codecov Build Status

This package contains the functionality to formulate, represent and use constraints within Herb.

Constraints are formulated as context-sensitive grammars. Further, they are divided into global and local constraints, that may be partially mapped to each other.

HerbConstraints.jl provides functionality to propagate constraints and match constraint patterns efficiently. Further, provides error handling through matchfail and matchnode.