pub fn is_skeptically_accepted_at<A>(
framework: &WeightedFramework<A>,
target: &A,
budget: Budget,
) -> Result<bool, Error>Expand description
β-skeptical acceptance: target appears in every preferred
extension of every β-inconsistent residual. Returns false for
frameworks with no preferred extensions in any residual.