Skip to main content

Module implicit_conflict

Module implicit_conflict 

Source
Expand description

Implicit conflict detection for SYNAPSE recall (spec 004-17, STALE/CUPMem).

ImplicitConflictDetector runs at write time to detect predicate pairs that are semantically similar but not identical, staging them in implicit_conflict_candidates for later resolution or annotation.

SYNAPSE recall uses annotate_conflicts to mark retrieved ActivatedFacts that have pending conflict candidates.

Structs§

ConflictCandidate
A candidate conflict pair detected at write time.
ImplicitConflictDetector
Write-time implicit conflict detector.

Functions§

annotate_conflicts
Annotate retrieved ActivatedFacts with pending implicit conflict metadata.