mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-01-09 14:48:16 -05:00
The boolean extractor currently handles newly incoming algebraic constraints. Substitutions that are performed during solving can lead to constraints being boolean-extractable where we were not able to do boolean extraction before. This PR tries to perform boolean extraction on all constraints that potentially changed because of a substitution. --------- Co-authored-by: schaeff <thibaut@powdrlabs.com>