Skip to content

Commit f4662be

Browse files
authored
Merge pull request #58 from IBMDecisionOptimization/release_2.22.213
update with 2.22
2 parents 78fbc1c + 66c42cd commit f4662be

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)