Changeset 2336 for coopr.plugins/trunk
- Timestamp:
- Feb 15, 2010 3:42:10 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
coopr.plugins/trunk/coopr/plugins/mip/GLPK.py
r2308 r2336 443 443 if lp_solution is True: 444 444 state_string = line[20:22].strip() 445 marginal_string = line[65:78].strip() 445 marginal_string = line[65:78].strip() 446 446 447 447 if (activity_string != "< eps") and (len(activity_string) > 0):
Note: See TracChangeset
for help on using the changeset viewer.