Skip to main content

is_skeptically_accepted_at

Function is_skeptically_accepted_at 

Source
pub fn is_skeptically_accepted_at<A>(
    framework: &WeightedBipolarFramework<A>,
    target: &A,
    budget: Budget,
) -> Result<bool, Error>
where A: Clone + Eq + Hash + Debug + Ord,
Expand description

target is β-skeptically accepted iff it belongs to every bipolar-preferred extension of every β-inconsistent residual. Returns false when any residual has no preferred extensions.