Controls whether duplicate facts can be asserted into the inference engine. If FactDuplication is true, then duplicate facts may be asserted. If FactDuplication is False and an equivalent fact already exists in the fact base, then the Assert method will not assert the new fact and will return -1
Namespace: InferenceEngine
Delphi |
published |
Property Value
Type: Boolean
Default = False
Reference |