transport1.py
Go to the documentation of this file.
17 ws = GamsWorkspace(system_directory = sys.argv[1])
28 print("x(" + rec.key(0) + "," + rec.key(1) + "): level=" + str(rec.level) + " marginal=" + str(rec.marginal))
30 opt = ws.add_options()
36 print("x(" + rec.key(0) + "," + rec.key(1) + "): level=" + str(rec.level) + " marginal=" + str(rec.marginal))
42 opt.optfile = 1
44 t1.run(opt, output=log)