MutableProblogTheory
Represents a logic Theory suitable for the representation of probabilistic logic clauses using Problog's notation, in which the probability is annotated on clauses and facts. Instances of this interface must be mutable.
This is the mutable counterpart of ProblogTheory: see that interface's documentation for how ProbLog's annotated clauses, facts and evidence are represented and rewritten internally. Every assertA/assertZ/ retract/retractAll/abolish operation here applies the same clause-mapping logic to newly-added or removed clauses.
Author
Jason Dellaluce