Srinivas Subramanya Tamvada
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Srinivas Subramanya Tamvada-
Srinivas Subramanya Tamvada created a post,
equivalent java classes corresponding to cplex branch and node callbacks
Answeredhi 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 commented,
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 commented,
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 created a post,
are ordered branching conditions for a search tree node available
AnsweredHi 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!