Amirhossein Moosavi
- 合計アクティビティ 9
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 4
アクティビティの概要
Amirhossein Moosaviさんの最近のアクティビティ-
Amirhossein Moosaviさんがコメントを作成しました:
Thanks a lot, Mario. Got it but have another question. What if I want to remove a column from the restricted master problem (removing the variable itself and from all constraints)? It seems that I ...
-
Amirhossein Moosaviさんが投稿を作成しました:
Partially modify LHS of a constraint set?
回答済みI have implemented a column generation algorithm in Gurobi in Python. The most computationally expensive aspect of this algorithm is the reconstruction of the master problem when a column is added ...
-
Amirhossein Moosaviさんが投稿を作成しました:
Is there a better solution than IntegralityFocus to ensure integrality of variables?
ユーザーの入力を待っています。I have an MIP model with the following parameter settings: mdl.Params.IntegralityFocus = 1mdl.Params.FeasibilityTol = 1e-9 The model sometimes generates variables that are not even close to integer...
-
Amirhossein Moosaviさんが投稿を作成しました:
Reduce time to prove optimality in a partial MIP algorithm
ユーザーの入力を待っています。I have a partial MIP algorithm. This algorithm solves a problem iteratively by fixing a portion of variables (decreasing the problem size). An initial solution is always given to the solver in each...
-
Amirhossein Moosaviさんが投稿を作成しました:
Initialization error: cannot find -lgurobi_c++.h
回答済みI have activated my gurobi license (working with Java). I have written a simple model and am trying to run it via C++ in Clion & Windows OS. I have modified the CMakeList.txt as follows: cmake_mini...