You need to sign in or sign up before continuing.
Commit c40022ac authored by Kento HASEGAWA's avatar Kento HASEGAWA

Fix bugs

parent d6cc21b2
import argparse
import os
import subprocess
from solvers.twd import solver
if __name__ == '__main__':
import solver
else:
from solvers.twd import solver
proc = None
stop_flag = False
......@@ -68,7 +72,6 @@ def solve(params):
# print(errs)
solution = ''
print(returncode)
if returncode == 10: # 10 when SAT
status = 'done'
if not stop_flag:
......
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