Production and Operations Analysis

Saved in:
Bibliographic Details
Institution:Universidad Interamericana Panamá
Main Author: Nahmias, Steven
Format: Book
Language:English
Published: México : McGraw - Hill, 2005
Edition:5
Subjects:
Tags: Add Tag
No Tags, Be the first to tag this record!
Ver registro en Koha: Acceso en Línea
Table of Contents:
  • 1. QR.BAS \ This program computes (Q,R) policies (discussed in the text in Chapter 5) for a variety of system configurations. The inputs take the user through several choices. \ 2. WAGSIL.BAS \ This program determines both the optimal (Wagner - Whitin) and the Silver Meal heuristic solutions for a multi - period planning problem with known requirements, holding and set - up costs. These algorithms are described in Chapter 6 of the text in the context of MRP. (The Silver - Meal heuristic is described in Section 6.2 and the Wagner Whitin algorithm in Appendix 6 - A) \ 3. CAP.BAS \ This program computes heuristic policies for capacity constrained lot sizing described in Section 6.4. We use the algorithm described in the text. The input structure is essentially the same as WAGSIL.BAS. One specifies the number of planning periods in the horizon, the set - up cost, and the holding cost, and the pair (requirements,capacity) for each period.