Ali Balma
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Posts
Recent activity by Ali Balma-
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++) { ...
-
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...