ahmad alanaqreh
- Total activity 45
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 8
- Subscriptions 12
Posts
Recent activity by ahmad alanaqreh-
difference between python gurobi and AMPL gurobi
AnsweredI have a minimization model as follow : \ LP format - for model browsing. Use MPS format to capture full model detail.Minimize Z + 0 y6 + 0 y17 + 0 y25 + 0 y32 + 0 y37Subject To cut1: - Z - y1 -...
-
problem with adding constraint to the model
AnsweredHi I have a model which contains variables and parameters in this way below with gp.Model ( "masterproblem" ) as model: Z_var = model.addVar ( name="Z") y = {} for a in range ( 1, n + 1 )...