def runCoderHeuristic(cfgFile):
    heuristicCoder = Coder(coderHeuristic)
    heuristicCoder.run(cfgFile)
def runCoderNormal(cfgFile):
    normalCoder = Coder(coderNormal)
    normalCoder.run(cfgFile)
예제 #3
0
def runCoder(cfgFile):
    coder = Coder(coderNormal)
    coder.run(cfgFile)
예제 #4
0
def runCoder(cfgFile):
    coder = Coder(coderNormal)
    coder.run(cfgFile)
예제 #5
0
def runCoderHeuristic(cfgFile):
    heuristicCoder = Coder(coderHeuristic)
    heuristicCoder.run(cfgFile)
예제 #6
0
def runCoderNormal(cfgFile):
    normalCoder = Coder(coderNormal)
    normalCoder.run(cfgFile)