
Alberto Torrejón Valenzuela
- 合計アクティビティ 7
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
アクティビティの概要
Alberto Torrejón Valenzuelaさんの最近のアクティビティ-
Alberto Torrejón Valenzuelaさんがコメントを作成しました:
I have found myself with the same problem. Is there any implementation through Python/Gurobi to obtain this parameter (node_depth)? If at least I could know which are the parent nodes of the curren...
-
Alberto Torrejón Valenzuelaさんが投稿を作成しました:
Lazy constraints as general constraints?
回答済みSorry if I repeat any previous related post, but I could not find any. In the documentation for Model.cbLazy it says: "Your callback should be prepared to cut off solutions that violate any of your...
-
Alberto Torrejón Valenzuelaさんがコメントを作成しました:
Thank you so much for the kind replay Jaromił. Excuse my ignorance about data types, but what would 166.5 nodes explored mean then? Alberto
-
Alberto Torrejón Valenzuelaさんが投稿を作成しました:
Why is attribute nodeCount double?
回答済みHi there. In the Gurobi documentation the NodeCount attribute is "number of branch-and-cut nodes explored in the most recent optimization" and the output value is a double type. Shouldn't be then ...