Roberval Gonçalves Moreira Filho
- 合計アクティビティ 8
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 3
- サブスクリプション 1
アクティビティの概要
Roberval Gonçalves Moreira Filhoさんの最近のアクティビティ-
Roberval Gonçalves Moreira Filhoさんがコメントを作成しました:
Hi,Thanks for everything.I was successful in my project and I believe I understood enough for future implementations ^^
-
Roberval Gonçalves Moreira Filhoさんがコメントを作成しました:
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....
-
Roberval Gonçalves Moreira Filhoさんがコメントを作成しました:
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): ...
-
Roberval Gonçalves Moreira Filhoさんが投稿を作成しました:
Lazy Constraints / TSP
回答済みHello, I need to implement Lazy Constraints. I implement TSP model (This model: http://www.opl.ufc.br/pt/post/tsp/) But i dont know how i implement subtour in lazy constraint. My code: file = open(...