Jia-Kai Kuo
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 2
Comments
Recent activity by Jia-Kai Kuo-
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?...
-
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...