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
Add options to represent predicates of the form notcontains(x,y) and k = to_int(x), x = from_int(k) inside the class Formula. Modify FormulaPreprocessor to handle these predicates (and hence get rid of parameters representing variables from the conversion arguments).
The text was updated successfully, but these errors were encountered:
Add options to represent predicates of the form
notcontains(x,y)
andk = to_int(x)
,x = from_int(k)
inside the classFormula
. ModifyFormulaPreprocessor
to handle these predicates (and hence get rid of parameters representing variables from the conversion arguments).The text was updated successfully, but these errors were encountered: