Mohammad Humyun Fuad Rahman
- 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-
GUROBI Machine learning in C++ API
AnsweredHi, 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
AnsweredHi, 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 inputHi, 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 inputHi, 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
AnsweredHi, 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...