Mohammad Humyun Fuad Rahman

  • Gurobi-versary
  • Curious
  • First Comment
  • 合計アクティビティ 14
  • 前回のアクティビティ
  • メンバー登録日
  • フォロー 0ユーザー
  • フォロワー 0ユーザー
  • 投票 0
  • サブスクリプション 5

アクティビティの概要

Mohammad Humyun Fuad Rahmanさんの最近のアクティビティ
  • Mohammad Humyun Fuad Rahmanさんが投稿を作成しました:

    GUROBI Machine learning in C++ API

    回答済み

    Hi, Recently, GUROBI has released a machine learning (ML) package in Python for its mathematical programming solver, which allows to use of trained ML models as constraints and their inputs/outputs...

  • Mohammad Humyun Fuad Rahmanさんが投稿を作成しました:

    If-Else condition for GUROBI C++ is not working

    回答済み

    Hi, I want to apply the If-Else condition to calculate the tardiness of each job and then, calculate the total tardiness for all jobs in a scheduling problem. The expression for calculating tardine...

  • Mohammad Humyun Fuad Rahmanさんがコメントを作成しました:

    I have implemented this concept assuming that a is a normal array type variable with the following expression.   int *a = new int [n_robo]; GRBVar w3 = model.addVar(0, 100, 1, GRB_CONTINUOUS); GRBV...

  • Mohammad Humyun Fuad Rahmanさんがコメントを作成しました:

    Dear Marika, Thank you for your prompt reply! In the above code, w3 is a normal integer type variable in C++. Now, my intention is to store an integer value (say x) w3 from the set of integer value...

  • Mohammad Humyun Fuad Rahmanさんが投稿を作成しました:

    Issue with indicator constraint in GUROBI C++

    ユーザーの入力を待っています。

    Hi, I am trying to use the following indicator constraint, where z4 is a binary decision variable whose value will determine the value w3 [1,3]. To bridge this relationship, I have expressed anothe...

  • Mohammad Humyun Fuad Rahmanさんが投稿を作成しました:

    How to develop chance-constraint based model in GUROBI-C++

    ユーザーの入力を待っています。

    Hi, Just wondering how to adopt uncertainties in mathematical model (e.g., chance-constraint based) by GUROBI-C++. Any relevant examples (code and model) would be appreciated. 

  • Mohammad Humyun Fuad Rahmanさんがコメントを作成しました:

    Thanks, Riley. I debug the model and identified the issue. The representation of the precedence constraint was incorrect in the model and therefore, it shows infeasible results. 

  • Mohammad Humyun Fuad Rahmanさんがコメントを作成しました:

    Dear Riely,Thank you very much for your comment. I have changed the model and its running. However, I face another issue. It shows that the model has got an optimal result, but the actual optimal r...

  • Mohammad Humyun Fuad Rahmanさんが投稿を作成しました:

    Error in solving a model with two decision variables

    回答済み

    Hi, I am trying to solve a robotic assembly line balancing problem and I am receiving the following error message while running the code 'AddConstr is for linear constraints; use AddQConstr to crea...