Mohammad Humyun Fuad Rahman

Gurobi-versary
Curious
First Comment
  • Total activity 14
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 5

Posts

Recent activity by Mohammad Humyun Fuad Rahman Recent activity Votes
  • GUROBI Machine learning in C++ API

    Answered

    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

    Answered

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

    Awaiting user input

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

    Awaiting user input

    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

    Answered

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