Sergio Vanegas
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Activity overview
Latest activity by Sergio Vanegas-
Sergio Vanegas commented,
I solved it, thanks :) m.addConstrs((gp.quicksum(z[i,j,k,l] for i,j,l in pacientes_salas_hora)<=16 for k in cirujanos),name="fisico_total")
-
Sergio Vanegas created a post,
Continuity Problem
OngoingHi, I need to model the following constraint: The constraint basically ensures that a surgery must be done continuous over time. The variable x is BINARY and models if the surgery is been develope...
-
Sergio Vanegas created a post,
GurobiError: Unsupported type (<class 'gurobipy.TempConstr'>) for LinExpr addition argument
AnsweredHi, I'm trying to add the following constraint but i get this error: GurobiError: Unsupported type (<class 'gurobipy.TempConstr'>) for LinExpr addition argument The summarized process is as follows...