Variables | |
| dictionary | Blends = Profit.keys() |
| dictionary | c = {} |
| dual = model.getDualsolLinear(c[i]) | |
| dictionary | Grapes = Inventory.keys() |
| dictionary | Inventory = {"Alfrocheiro": 60, "Baga": 60, "Castelao": 30} |
| model = Model("Wine blending") | |
| name | |
| dictionary | Profit = {"Dry": 15, "Medium": 18, "Sweet": 30} |
| dictionary | Use |
| vtype | |
| dictionary | x = {} |
| dictionary Blends = Profit.keys() |
Definition at line 27 of file lo_wines.py.
| dictionary c = {} |
Definition at line 47 of file lo_wines.py.
| dual = model.getDualsolLinear(c[i]) |
Definition at line 63 of file lo_wines.py.
| dictionary Grapes = Inventory.keys() |
Definition at line 24 of file lo_wines.py.
| dictionary Inventory = {"Alfrocheiro": 60, "Baga": 60, "Castelao": 30} |
Definition at line 23 of file lo_wines.py.
| model = Model("Wine blending") |
Definition at line 20 of file lo_wines.py.
| name |
Definition at line 44 of file lo_wines.py.
| dictionary Profit = {"Dry": 15, "Medium": 18, "Sweet": 30} |
Definition at line 26 of file lo_wines.py.
| dictionary Use |
Definition at line 29 of file lo_wines.py.
| vtype |
Definition at line 44 of file lo_wines.py.
| dictionary x = {} |
Definition at line 42 of file lo_wines.py.