Yifeng Mao
- 合計アクティビティ 19
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 6
投稿
Yifeng Maoによる最近のアクティビティ-
Academic WLS license session error
回答済みHi Gurobi team, I am facing a session error when using my academic WLS license on the high performance computing cluster of my university. The error showed: with gp.Model() as model: File "src...
-
How to find a feasible solution that are most close to given starting values
回答済みHi there, I am running the following piece of code. In the code, I already initialized the two variables, and the objective function was set as 0. What I expect is the solver outputting two initial...
-
How to describe SQL IN statement using Gurobi constraints
回答済みHello, I am wondering how to use constraint to efficiently describe the IN statement of the SQL query.For example, could you give me the gurobi constraint that describes the SQL query of SELECT COU...
-
How many digits that gurobi continuous variable uses?
回答済みHi Gurobi community, I saw Gurobi.INTEGER is taking 32 bits to represent the value of variable. Thus, I am asking for the number of digits that a Gurobi.CONTINUOUS variable will take to represen...
-
Failed to find feasible solutions on super-undertermined problems
回答済みHello Gurobi community, I met a problem on finding the feasible solutions to super under-determined problems.I am trying to find 10 feasible solutions to the problem containing 25 unknowns limited ...
-
Get multiple solutions
回答済みHey we are using Gurobi to solve IP/MIP problems with trivial objective function and a number of constraints.We want to check whether the Gurobi API exists for the following scenarios:A) Validate a...