James Donegan
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by James Donegan-
James Donegan commented,
FYI, the GurobiError appears for my first of 2 Big M constraints: m.addConstr(multi_df[i]['annual_total2'][str(k)] >= multi_df[i]['SQFT']*(em_fac[k]) - M*(1-count_tax[k,i]))
-
James Donegan created a post,
GurobiError: Constraint has no bool value (are you trying "lb <= expr <= ub"?)
Awaiting user inputI have followed all existing discussion posts about this but cannot figure out why I am getting this error. See below code snippet from python script: b = {}gap = {}for k in range(start_yr,end_yr):...