linqs/psl

[CLOSED] Clearing a PSL Python Model

Closed this issue · 1 comments

Issue by eriq-augustine
Monday Apr 01, 2019 at 04:04 GMT
Originally opened as eriq-augustine#201


Think through and implement clearing the various components of a PSL model.
Partitions are really the only place that stores static data.

Comment by eriq-augustine
Sunday May 12, 2019 at 07:32 GMT


Made obsolete in 3b845aa.

Instead of worrying about clearing predicates (the only component that carried static data),
we now just check for duplicate predicates when they are added to the model.
So no predicate/model clearing will be necessary.