示例#1
0
    def __init__(self, decomposition, identifier):
        Goal.__init__(self, decomposition, identifier)

        self.interp = Interpretation()
        self.maxValue = 0
        self.task = []
        self.value = []
        self.weight = []
        self.group = []
        self.solution = []
示例#2
0
    def __init__(self, decomposition, identifier):
        Goal.__init__(self, decomposition, identifier)

        self.interp = Interpretation()