Mohammad Humyun Fuad Rahman

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

投稿

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...

  • 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...

  • 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...

  • 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. 

  • 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...