• Tidak ada hasil yang ditemukan

taylor introms10 ppt 05 MEF

N/A
N/A
Protected

Academic year: 2018

Membagikan "taylor introms10 ppt 05 MEF"

Copied!
45
0
0

Teks penuh

(1)

Integer Programming

(2)

Chapter Topics

Integer Programming (IP) Models

Integer Programming Graphical Solution

Computer Solution of Integer Programming Problems

With Excel and QM for Windows

(3)

Integer Programming Models

Types of Models

Total Integer Model: All decision variables required to have

integer solution values.

0-1 Integer Model: All decision variables required to have

integer values of zero or one.

Mixed Integer Model: Some of the decision variables (but not all)

(4)

Machine

Required

Floor Space (ft.2) Purchase Price

Press 15 $8,000

A

Total

Integer Model (1 of 2)

■ Machine shop obtaining new presses and lathes.

■ Marginal profitability: each press $100/day; each lathe $150/day.

■ Resource constraints: $40,000 budget, 200 sq. ft. floor space.

(5)

A Total Integer Model (2 of 2)

Integer Programming Model:

Maximize Z = $100x1 + $150x2 subject to:

$8,000x1 + 4,000x2  $40,000 15x1 + 30x2  200 ft2

(6)

■ Recreation facilities selection to maximize daily usage by residents.

■ Resource constraints: $120,000 budget; 12 acres of land.

(7)
(8)

A Mixed Integer Model (1 of 2)

■ $250,000 available for investments providing greatest return after one year.

■ Data:

Condominium cost $50,000/unit; $9,000 profit if sold after one

year.

 Land cost $12,000/ acre; $1,500 profit if sold after one year.

Municipal bond cost $8,000/bond; $1,000 profit if sold after

one year.

(9)
(10)

Rounding non-integer solution values up to the nearest integer value can result in an infeasible solution.

■ A feasible solution is ensured by rounding down non-integer solution values but may result in a less than optimal (sub-optimal) solution.

(11)

Integer Programming Example

Graphical Solution of Machine Shop Model

Maximize Z = $100x1 + $150x2

(12)

Branch and Bound Method

■ Traditional approach to solving integer programming problems.

 Feasible solutions can be partitioned into smaller subsets

 Smaller subsets evaluated until best solution is found.

Method is a tedious and complex mathematical process.

■ Excel and QM for Windows used in this book.

■ See book’s companion website – “Integer Programming: the

(13)

Recreational Facilities Example:

Maximize Z = 300x1 + 90x2 + 400x3 + 150x4 subject to:

$35,000x1 + 10,000x2 + 25,000x3 + 90,000x4  $120,000 4x1 + 2x2 + 7x3 + 3x4  12 acres

x1 + x2  1 facility x1, x2, x3, x4 = 0 or 1

Computer Solution of IP Problems

(14)

Computer Solution of IP Problems

(15)

Exhibit 5.3

Computer Solution of IP Problems

(16)

Computer Solution of IP Problems

(17)

Computer Solution of IP Problems

(18)

Computer Solution of IP Problems

0

1 Model with QM for Windows (1 of 3)

Recreational Facilities Example:

Maximize Z = 300x1 + 90x2 + 400x3 + 150x4 subject to:

$35,000x1 + 10,000x2 + 25,000x3 + 90,000x4  $120,000 4x1 + 2x2 + 7x3 + 3x4  12 acres

(19)

Exhibit 5.6

Computer Solution of IP Problems

(20)

Computer Solution of IP Problems

(21)

Computer Solution of IP Problems

Total Integer Model with Excel (1 of 5)

Integer Programming Model of Machine Shop:

Maximize Z = $100x1 + $150x2 subject to:

8,000x1 + 4,000x2 $40,000 15x1 + 30x2 200 ft2

(22)

Computer Solution of IP Problems

(23)

Exhibit 5.9

Computer Solution of IP Problems

(24)

Computer Solution of IP Problems

(25)

Computer Solution of IP Problems

(26)

Integer Programming Model for Investments Problem: Maximize Z = $9,000x1 + 1,500x2 + 1,000x3

subject to:

50,000x1 + 12,000x2 + 8,000x3  $250,000 x1  4 condominiums

x2  15 acres x3  20 bonds x2  0

x1, x3  0 and integer

Computer Solution of IP Problems

(27)

Computer Solution of IP Problems

(28)

Computer Solution of IP Problems

(29)

Computer Solution of IP Problems

(30)

Computer Solution of IP Problems

(31)

■ University bookstore expansion project.

■ Not enough space available for both a computer department and a clothing department.

Project NPV Return ($1,000s)

Project Costs per Year ($1000) 1 2 3

0

1 Integer Programming Modeling Examples

(32)

x1 = selection of web site project x2 = selection of warehouse project

x3 = selection clothing department project

x4 = selection of computer department project x5 = selection of ATM project

0

1 Integer Programming Modeling Examples

(33)

Exhibit 5.16

0

1 Integer Programming Modeling Examples

(34)
(35)

Plant

0

1 Integer Programming Modeling Examples

Fixed Charge and Facility Example (1 of 4)

(36)

yi = 0 if farm i is not selected, and 1 if farm i is selected; i = 1,2,3,4,5,6

0

1 Integer Programming Modeling Examples

(37)

Exhibit 5.18

0

1 Integer Programming Modeling Examples

(38)
(39)

Cities Cities within 300 miles

1. Atlanta Atlanta, Charlotte, Nashville 2. Boston Boston, New York

3. Charlotte Atlanta, Charlotte, Richmond

4. Cincinnati Cincinnati, Detroit, Indianapolis, Nashville, Pittsburgh 5. Detroit Cincinnati, Detroit, Indianapolis, Milwaukee, Pittsburgh

6. Indianapolis Cincinnati, Detroit, Indianapolis, Milwaukee, Nashville, St. Louis 7. Milwaukee Detroit, Indianapolis, Milwaukee

8. Nashville Atlanta, Cincinnati, Indianapolis, Nashville, St. Louis 9. New York Boston, New York, Richmond

10. Pittsburgh Cincinnati, Detroit, Pittsburgh, Richmond 11. Richmond Charlotte, New York, Pittsburgh, Richmond 12. St. Louis Indianapolis, Nashville, St. Louis

APS wants to construct the minimum set of new hubs in these twelve cities such that there is a hub within 300 miles of every city:

0

1 Integer Programming Modeling Examples

(40)

xi = city i, i = 1 to 12; xi = 0 if city is not selected as a hub and xi = 1 if it is.

0

1 Integer Programming Modeling Examples

(41)
(42)
(43)

Total Integer Programming Modeling Example

Problem Statement (1 of 3)

■ Textbook company developing two new regions.

■ Planning to transfer some of its 10 salespeople into new regions.

■ Average annual expenses for sales person:

▪ Region 1 - $10,000/salesperson

▪ Region 2 - $7,500/salesperson

■ Total annual expense budget is $72,000.

■ Sales generated each year:

▪ Region 1 - $85,000/salesperson

▪ Region 2 - $60,000/salesperson

■ How many salespeople should be transferred into each region in order to

(44)

Step 1:

Formulate the Integer Programming Model Maximize Z = $85,000x1 + 60,000x2 subject to:

x1 + x2  10 salespeople

$10,000x1 + 7,000x2  $72,000 expense budget x1, x2  0 or integer

Step 2:

(45)

Gambar

Figure 5.1  Feasible Solution Space with Integer Solution Points

Referensi

Dokumen terkait

Kedua , makna konseptual MWPT tersebut terdiri atas 21 klasifikasi struktur relasi metonimia untuk menyajikan makna konseptual melalui metonimia-metonimia sebagai

Hal menarik dari hasil penelitian ini adalah diketahui bahwa varietas IPB3S yang merupakan varietas unggul hibrida yang dirakit untuk jenis tanaman yang respon terhadap

SUKARNO TENTANG SOSIO-NASIONALISME & SOSIO-DEMOKRASI INDONESIA Universitas Pendidikan Indonesia | repository.upi.edu | perpustakaan.upi.edu..

Konseling Keterampilan Hidup dapat digunakan oleh Guru Bimbingan dan Konseling dalam membantu siswa bimbingannya (konseli) agar dapat mengatasi masalah yang

1)Memberikan dukungan sepenuhnya kepada pemerintah dalam upaya pengembangan pariwisata,2) terlibat langsung melakukan aktivitas pengembangan pariwisata, seperti berperan

Our results indicate that the instruments and processes with push mechanism are more common in practice, resulting in a lack of alignment between

Dengan adanya Internet, penulis ingin mencoba membuat sebuah Web yang mampu berperan untuk memberikan informasi tentang tanaman anggrek mulai dari mengenal sampai merawat, agar

Pendidikan sebagai usaha sadar yang sistematik selalu bertolak dari sejumlah landasan serta mengindahkan sejumlah landasan dan asas-asas tertentu.Landasan dan