Check whether any of the stored inferences produced an unsatisfiable formula
Determine new provided formulas since the point when the collection
had size oldSize
; return those formulas together with the
new size.
Determine new provided formulas since the point when the collection
had size oldSize
; return those formulas together with the
new size.
(Since version ) see corresponding Javadoc for more information.
Class to store sets of branch inferences in goals. Currently, the inferences are just kept in a list, but this might change at a late point. This is an immutable datastructure, for dynamically collecting inferences use
BranchInferenceCollector
.