Structured Modeling Based Methodology
Structured Modeling Based Methodology
Systems Design
A structured modeling based methodology
What’s a Decision Support System?
A decision support system (DSS) is an information system that supports
business or organizational decision-making activities.
Problem Definition
The unit shipping cost for a product varies depending on the plant and the warehouse.
The manufacturer is interested in an appropriate shipping schedule that will minimize
the total shipping cost.
The demand should be met.
The entire production of an item is shipped out to warehouses.
Capacity refers to the maximum amount of an item that can be produced.
The manufacturer can not ship more than what is produced.
The demand, production capacity, unit production cost, unit shipping cost are
assumed to be known.
The shipping schedule includes the amount of each item that needs to be produced in
each of the plants, and the amount of each item that needs to be shipped to each
warehouse.
A Shipping Example: Structured Model
Relational Database Design
CONSTRAINTS
Qij <= Cij
Σk Tijk = Qij
Σi Tijk = Djk
A Shipping Example: Mathematical
Model
INDICES FUNCTIONS
Index Index set TPC = Σij Uj * Qij
i PLANT TSC = Σijk Sijk * Tijk
j ITEM TC = TPC + TSC
k WAREHOUSE
VARIABLES CONSTRAINTS
U unitProdCost j
S unitShipCost ijk
D demand jk
T amountShipped ijk
TPC totalProdCost
TSC totalShipCost
Modelbase & Database Integration
VARIABLES
& item# = j
& warehouse# = k
Goal Oriented.
Preference Ordering.
Risk Taking Nature
Seeker
Neutral
Averse
Scenarios & Examples