Commit 51026c0e authored by kazushi.kawamura's avatar kazushi.kawamura

fix bugs

parent 9605a723
......@@ -41,7 +41,7 @@ def solve(params):
seed = random.randint(0, 2147483647) # seed: uint32_t <= 2147483647
cmds = f'python3 {basedir}/solver_soft/scripts/main.py -p {problem_filepath} -s {seed} -o {solution_filepath}'.split()
cmds = f'python3 {basedir}/scripts/main.py -p {problem_filepath} -s {seed} -o {solution_filepath}'.split()
proc = subprocess.Popen(
cmds,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment