BISWAJIT KAR
- 合計アクティビティ 24
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 9
投稿
BISWAJIT KARによる最近のアクティビティ-
Benders Decomposition, Column Generation
回答済みIs it possible for me to use Gurobi for solving the Problem with column generation or benders Decomposition? Or so I have to code that myself?
-
Float exponent of a variable
進行中if the objective function is x^0.2+y^0.4 the n how to solve such problems? Do we still have to introduce auxiliary variable and constraint?
-
How to raise the power of a variable?
回答済みI have to solve a Non linear problem, with one constraint. The objective function goes like 10*x1^4+8*x2^5+12*x3^3+16*x4^6 Constraint is x1+x2+x3+x4<=100 For solving this I have introduced 8 au...
-
Solving a non linear Programming
回答済みHow do I solve this using Gurobi? Kindly reply.
-
Why does the model not converge to a solution?
回答済みThis is a screenshot of the running problem. It's been stuck in the 18.4% for quite some time. Why dies this happen?
-
Out of Memory Problem
回答済みI had set he NodeFileStart to 0 and 0.5 at different times, but it's still showing the error as Out of Memory. Any Suggestion would be really appreciated.
-
No module named 'gurobipy'
ユーザーの入力を待っています。I created a new environment in conda. Now I installed Gurobi again in that environment and also updated the license. Still, it is showing No module named 'gurobipy' In the base environment, it was ...
-
How to incorporate academic license in Colab for windows?
回答済みGurobi is already installed in my system. How do I proceed after this?
-
Can we not solve 2 models in a single python file with Gurobipy?
回答済みI have been running 2 models, namely m1 and m2. In one of them, I used constraints like y=m.addVars(list(product(P,N)),vtype=GRB.BINARY,name='Y'), which is working fine. and in model 2 named m1, I...