Ali Balma
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Ali Balma-
Ali Balma commented,
It works! Thanks a lot Elisabeth Best regards Ali
-
Ali Balma created a post,
Referencing constraints and retrieving their dual (Pi) values with C++
AnsweredHello, I am using Gurobi with C++.Once I introduced the constraints, I would like to retrieve their dual (Pi) values. For instance, //Adding x variablesx = new GRBVar*[n];for (k = 0; k < n; k++) { ...
-
Ali Balma commented,
It works. Many thanks Eli.
-
Ali Balma created a post,
Deaclaration of 3D variables with C++
AnsweredI am using Gurobi with C++. I have a linear program involving decision variables with two indices x[][] and others with 3 indices w[][][] and f[][][] There is no problem when declaring variables li...