Srinivas Subramanya Tamvada
- 合計アクティビティ 6
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
アクティビティの概要
Srinivas Subramanya Tamvadaさんの最近のアクティビティ-
Srinivas Subramanya Tamvadaさんが投稿を作成しました:
equivalent java classes corresponding to cplex branch and node callbacks
回答済みhi CPLEX has branch and node callback in particular , the branch callback has methods for overruling CPLEX branching, and the user can branch on a variable of his own choice similarly other methods...
-
Srinivas Subramanya Tamvadaさんがコメントを作成しました:
also, it would be great if I knew the order in which variables were branched in order to create a leaf node. In the above example, the order was x1=0 and then y1=1
-
Srinivas Subramanya Tamvadaさんがコメントを作成しました:
if the root node branches on binary variable x1 to create 2 child nodes C1 and C2 then C1 branches on binary variable y1 to create leafs C3 and C4 I want to find out, at node C4, that it was creat...
-
Srinivas Subramanya Tamvadaさんが投稿を作成しました:
are ordered branching conditions for a search tree node available
回答済みHi I want to know if the ordered branching conditions for a search tree node ( in a MIP search tree) are available via the Java APIs. Thanks!