Exemplo n.º 1
0
 def __init__(self, b):
   GregorySTV.__init__(self, b)
   MethodPlugin.__init__(self)
   
   self.prec = 2
   self.weakTieBreakMethod = "forward"
   self.threshName = ["Droop", "Static", "Whole"]
   self.delayedTransfer = "On"
   self.batchElimination = "Losers"
Exemplo n.º 2
0
    def __init__(self, b):
        GregorySTV.__init__(self, b)
        MethodPlugin.__init__(self)

        self.prec = 2
        self.weakTieBreakMethod = "forward"
        self.threshName = ["ERS97", "Dynamic", "Fractional"]
        self.delayedTransfer = "On"
        self.batchElimination = "LosersERS97"
        self.numStages = 0
Exemplo n.º 3
0
 def __init__(self, b):    
   GregorySTV.__init__(self, b)
   MethodPlugin.__init__(self)
   
   self.prec = 2
   self.weakTieBreakMethod = "forward"
   self.threshName = ["ERS97", "Dynamic", "Fractional"]
   self.delayedTransfer = "On"
   self.batchElimination = "LosersERS97"
   self.numStages = 0