junyang cai
- 合計アクティビティ 6
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
アクティビティの概要
junyang caiさんの最近のアクティビティ-
junyang caiさんが投稿を作成しました:
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'
回答済みHi, 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さんがコメントを作成しました:
Thank you!
-
junyang caiさんがコメントを作成しました:
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さんが投稿を作成しました:
DeprecationWarning: Deprecated, pass a TempConstr or use Model.addLConstr
回答済みWhat is this warning about?