pub fn combine_premises(premises: &[Likeliness]) -> LikelinessExpand description
Likeliness of a conjunction of premises = the weakest (meet over all). The vacuous
conjunction (no premises) is Certain (the top).
pub fn combine_premises(premises: &[Likeliness]) -> LikelinessLikeliness of a conjunction of premises = the weakest (meet over all). The vacuous
conjunction (no premises) is Certain (the top).