fix delayed solution value in sat solution observer

This commit is contained in:
Laurent Perron
2017-11-04 23:50:06 +01:00
parent 42e0a0b91f
commit 432cfed06f
2 changed files with 1 additions and 2 deletions

View File

@@ -237,7 +237,6 @@ def SolveRcpsp(problem, proto_file):
print(' - wall time : %f s' % solver.WallTime())
def main(args):
parser = pywraputil.RcpspParser()
parser.LoadFile(args.input)