Skip to content

Commit 66c42cd

Browse files
committed
update with 2.22
1 parent 2efff7f commit 66c42cd

35 files changed

+830
-32
lines changed

examples/cp/basic/facility.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
# Initialize the problem data
3636
#-----------------------------------------------------------------------------
3737

38-
Warehouse = namedtuple('Wharehouse', ('city', # Name of the city
39-
'capacity', # Capacity of the warehouse
40-
'cost', # Warehouse building cost
41-
))
38+
Warehouse = namedtuple('Warehouse', ('city', # Name of the city
39+
'capacity', # Capacity of the warehouse
40+
'cost', # Warehouse building cost
41+
))
4242

4343
# List of warehouses
4444
WAREHOUSES = (Warehouse("Bonn", 3, 480),

examples/cp/zeppelin/SteelMill.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/cp/zeppelin/golomb_ruler.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/cp/zeppelin/house_building.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/cp/zeppelin/n_queen.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/cp/zeppelin/sched_square.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/cp/zeppelin/scheduling_tuto.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/cp/zeppelin/sports_scheduling.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/cp/zeppelin/sudoku.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/cp/zeppelin/truck_fleet.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)