Example #1
0
def useFairMed(graph, strats, y, x):
    z = sampleStratEligible(graph, strats, strats[x], x)
    return None if not z else z
Example #2
0
def useBadMed(graph, strats, y, x):
    z = sampleStratEligible(graph, strats, D, x)
    return None if not z else z