Type derivation and lifted unit propagation are not smart enough in case of subtypes.

Issue #367 new
Broes De Cat created an issue

type X isa int type Y isa X P(X) Q(Y)

?x: P(x) & Q(x).

Should derive x of type Y + applyToStructure takes a very long time if X is large => should have some threshold above which the bdds are simplified.

Comments (0)

  1. Log in to comment