Ayesha Farooq
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by Ayesha Farooq-
Non-negative variables and -0.0 values
AnsweredI am trying to solve a goal programming problem. My deviation variables' (n_l, p_l) values are supposed to be non-negative integers. I even added constraints like for l in L: m.addConstr...