bert li
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by bert li-
bert li commented,
Thanks a lot, I have solved it .
-
bert li commented,
I have optimized the model and used your method.But the result like this.
-
bert li commented,
I‘m sorry.It's my mistake. And I want to get the value of A[s].If I print it directly,I get a expression involve parameter like this. This expression is not my objective function.And I don't know...
-
bert li commented,
I have tried to use getValue method , but I can't get the value
-
bert li created a post,
Can get the value of LinExpr for dictionary type?
AnsweredI used a binary variable to formulate a linear expression,and I want get the value of the linear expression and assign to a dictionary because I want to print it for check the codes. Then,I used t...