Amogh Bhosekar
- 合計アクティビティ 30
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 3
- サブスクリプション 8
アクティビティの概要
Amogh Bhosekarさんの最近のアクティビティ-
Amogh Bhosekarさんがコメントを作成しました:
Hi, I was able to run my model however my solution is not converging at the correct solution to the problem. I am not sure what the reason could be. Before we get into that I had following question...
-
Amogh Bhosekarさんが投稿を作成しました:
Help with Implementation of Branch and Benders Cut in GurobiPy
ユーザーの入力を待っています。Hi I need to implement following features for solving a MIP Main goal here is to generate cuts from integral LP solutions to master problem using integer subproblems throughout the tree. My maste...
-
Amogh Bhosekarさんがコメントを作成しました:
Thank you.
-
Amogh Bhosekarさんがコメントを作成しました:
You are absolutely right Tobias and this is exactly what I do. I guess I wasn't clear enough. I have set up the time limit parameter to 500 seconds for models m1 and m2. So my question is does com...
-
Amogh Bhosekarさんが投稿を作成しました:
Which solution is reported when I set the time limit for my Model.
回答済みHello, I am running Gurobi to solve a Lagrangian Decomposition algorithm in which I divide the problem into subproblems 1 and 2 named as m1 and m2 in Gurobi. Both are minimization problems. Summati...
-
Amogh Bhosekarさんが投稿を作成しました:
Help with Implementation of Branch and Benders Cut in GurobiPy
Hello, I am trying to implement Branch and Benders Cut algorithm using GurobiPy. I do have the problem separated into master and sub problems. Since it is a mixed integer problem I need to implemen...
-
Amogh Bhosekarさんが投稿を作成しました:
Adding and referencing constraints
回答済みHello, I am using Gurobipy to solve LP and I want to refer to a constraint to call the .pi attribute. For a single constraint such as constr = sub.addConstr(y1 - y2 == 0); I can refer to the pi a...
-
Amogh Bhosekarさんがコメントを作成しました:
Hello Jaromił, Thank you for your response. I believe my question is very straightforward. I am not able to find any code with two dimensional list coefficient and dictionary variable. Can you pro...
-
Amogh Bhosekarさんが投稿を作成しました:
I need help with LinExpr
回答済みI am trying to code a simple objective function which works fine. I read that quicksum() isn't the best way to model large objective function. I would like to know how I can model my objective func...
-
Amogh Bhosekarさんがコメントを作成しました:
Hello, The link you posted doesn't work. I will take a look at parameter tuner for sure. Here is a screenshot. A question to ask about line 1 (MIP start from previous solve). I wanted to know,...