def runCoderHeuristic(cfgFile):
    heuristicCoder = Coder(coderHeuristic)
    heuristicCoder.run(cfgFile)
def runCoderNormal(cfgFile):
    normalCoder = Coder(coderNormal)
    normalCoder.run(cfgFile)
Ejemplo n.º 3
0
def runCoder(cfgFile):
    coder = Coder(coderNormal)
    coder.run(cfgFile)
Ejemplo n.º 4
0
def runCoder(cfgFile):
    coder = Coder(coderNormal)
    coder.run(cfgFile)
Ejemplo n.º 5
0
def runCoderHeuristic(cfgFile):
    heuristicCoder = Coder(coderHeuristic)
    heuristicCoder.run(cfgFile)
Ejemplo n.º 6
0
def runCoderNormal(cfgFile):
    normalCoder = Coder(coderNormal)
    normalCoder.run(cfgFile)