Skip to main content

distributed_knowledge

Function distributed_knowledge 

Source
pub fn distributed_knowledge(required: &[u64], known: &[u64]) -> bool
Expand description

Distributed knowledge D φ: the group COLLECTIVELY knows φ by pooling — φ is entailed by the union of what agents individually know. Modelled over fact-fragments: φ is distributed- known iff every fragment in required appears in known (the union of all agents’ fragments).