junyang cai
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by junyang cai-
junyang cai created a post,
File src/gurobipy/gurobi.pxi:3647, in gurobipy.read() File src/gurobipy/gurobi.pxi:70, in gurobipy.gurobi.read() AttributeError: 'PosixPath' object has no attribute 'find'
AnsweredHi, I meet this error when the program call grb.read() inside a pytorch.geometric dataloader. I am running gurobi 10.0.3 with the server license install on hpc. I try to use the same environment an...
-
junyang cai commented,
Thank you!
-
junyang cai commented,
Hi Riley, Here is the old code: import numpy as np import gurobipy as grb import os import sys from collections import namedtuple script_path = os.path.dirname(sys.argv[0]) def generate_uniform(...
-
junyang cai created a post,
DeprecationWarning: Deprecated, pass a TempConstr or use Model.addLConstr
AnsweredWhat is this warning about?