Simple SCIP example of linear programming. More...
Go to the source code of this file.
Namespaces | |
lo_wines | |
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 = {} |
Simple SCIP example of linear programming.
Definition in file lo_wines.py.