Preview:
flows = LpVariable.dicts('flows',keys,cat='Integer') # the number of values are included in the list keys and of type integer
open_w = LpVariable.dicts('open_w',distmatrix.index,cat='Binary') # the number of values are included in the list generated by tolist method and of type binary
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter