You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Symbolic solver: never raise Early_Binding_Error exceptions
The very way the symbolic solver works (topological sorting, often
on partial lists of atoms, stopping atoms collections early) prevents
most opportunities to detect equations that are malformed wrt. data
flow.
To avoid API predictability, just never raise Early_Binding_Error
exceptions and always consider a missing variable definition as a
"false" solution.
TN: SB20-024
0 commit comments