Roberval Gonçalves Moreira Filho
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 1
Comments
Recent activity by Roberval Gonçalves Moreira Filho-
Hi,Thanks for everything.I was successful in my project and I believe I understood enough for future implementations ^^
-
Where can I read about private object in gurobipy? i read this: https://www.gurobi.com/documentation/9.5/refman/lazyconstraints.html https://www.gurobi.com/documentation/9.5/refman/py_model_cblazy....
-
Thanks, I went on to add other constraints that aren't part of the classic model to get what I need. I don't understand why I can't add this C3 in a callback like this: def subTour(model, where): ...