PySCIPOpt  5.1.1
Python Interface for the SCIP Optimization Suite
lo_wines Namespace Reference

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 = {}
 

Variable Documentation

◆ Blends

dictionary Blends = Profit.keys()

Definition at line 27 of file lo_wines.py.

◆ c

dictionary c = {}

Definition at line 47 of file lo_wines.py.

◆ dual

dual = model.getDualsolLinear(c[i])

Definition at line 63 of file lo_wines.py.

◆ Grapes

dictionary Grapes = Inventory.keys()

Definition at line 24 of file lo_wines.py.

◆ Inventory

dictionary Inventory = {"Alfrocheiro": 60, "Baga": 60, "Castelao": 30}

Definition at line 23 of file lo_wines.py.

◆ model

model = Model("Wine blending")

Definition at line 20 of file lo_wines.py.

◆ name

name

Definition at line 44 of file lo_wines.py.

◆ Profit

dictionary Profit = {"Dry": 15, "Medium": 18, "Sweet": 30}

Definition at line 26 of file lo_wines.py.

◆ Use

dictionary Use
Initial value:
1 = {
2  ("Alfrocheiro", "Dry"): 2,
3  ("Alfrocheiro", "Medium"): 1,
4  ("Alfrocheiro", "Sweet"): 1,
5  ("Baga", "Dry"): 1,
6  ("Baga", "Medium"): 2,
7  ("Baga", "Sweet"): 1,
8  ("Castelao", "Dry"): 0,
9  ("Castelao", "Medium"): 0,
10  ("Castelao", "Sweet"): 1
11 }

Definition at line 29 of file lo_wines.py.

◆ vtype

vtype

Definition at line 44 of file lo_wines.py.

◆ x

dictionary x = {}

Definition at line 42 of file lo_wines.py.