예제 #1
0
 def __init__(self, hts, config):
     BMCSolver.__init__(self, hts, config)
예제 #2
0
파일: bmc_ltl.py 프로젝트: danny-boby/CoSA
    def __init__(self, hts, config):
        BMCSolver.__init__(self, hts, config)

        self.enc = LTLEncoder()