Jia-Kai Kuo
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 2
Activity overview
Latest activity by Jia-Kai Kuo-
Jia-Kai Kuo commented,
Hi Jaromił, Thanks! For better understanding, take the following constraint for example: GRBConstr c : x1 + 2 x3 + 3 x3 >= 6If I use getRow(c), I will get a GRBLinExpr : x1 + 2 x3 + 3 x3 , right?...
-
Jia-Kai Kuo created a post,
How to remove a constraint and add it back in .NET environment ?
AnsweredI've found the way to do that in Python like https://support.gurobi.com/hc/en-us/community/posts/360047909572-how-to-remove-and-add-back-a-constraint-?page=1#community_comment_360012823711 do. But...
-
Jia-Kai Kuo commented,
That's helpful, thanks.But if I want to add constraint back in a .NET environment, how can I do to get the lhs of the constraint c?I found that there's no attribute 'LHS' in a constraint of .NET en...