Programming and Scheduling Techniques

Programming and Scheduling Techniques
Author: Thomas Uher
Publisher: Routledge
Total Pages: 306
Release: 2012-03-29
Genre: Technology & Engineering
ISBN: 1136860495

Planning is an important management function and its effective execution is crucial to ensure the success of any project. This second edition of Thomas Uher’s and Adam Zantis' textbook maintains its focus on operational rather than strategic aspects of programming and scheduling of projects, providing the reader with the practical planning skills needed to be successful. Unlike most other textbooks that largely focus on the critical path method, Programming and Scheduling Techniques includes a comprehensive review of a range of practices used around the world. Topics covered in this thoroughly revised edition include: deterministic scheduling techniques including the bar chart, the critical path method, the critical chain method, the multiple activity chart and the line of balance a comparison of the critical path and critical chain scheduling techniques options for computer-based scheduling stochastic scheduling techniques including the critical path method based on Monte Carlo simulation and the Program Evaluation and Review Technique (PERT) risk in scheduling work study. By covering a broad range of scheduling techniques this book is suitable for those planning projects in any industry, particularly in interdisciplinary or international contexts. Written for students studying undergraduate and postgraduate architecture, building, construction/project management, quantity surveying, property development and civil engineering programs.

Programming and Scheduling Techniques

Programming and Scheduling Techniques
Author: Thomas Uher
Publisher: Routledge
Total Pages: 299
Release: 2012-03-29
Genre: Technology & Engineering
ISBN: 1136860509

Planning is an important management function and its effective execution is crucial to ensure the success of any project. This second edition of Thomas Uher’s and Adam Zantis' textbook maintains its focus on operational rather than strategic aspects of programming and scheduling of projects, providing the reader with the practical planning skills needed to be successful. Unlike most other textbooks that largely focus on the critical path method, Programming and Scheduling Techniques includes a comprehensive review of a range of practices used around the world. Topics covered in this thoroughly revised edition include: deterministic scheduling techniques including the bar chart, the critical path method, the critical chain method, the multiple activity chart and the line of balance a comparison of the critical path and critical chain scheduling techniques options for computer-based scheduling stochastic scheduling techniques including the critical path method based on Monte Carlo simulation and the Program Evaluation and Review Technique (PERT) risk in scheduling work study. By covering a broad range of scheduling techniques this book is suitable for those planning projects in any industry, particularly in interdisciplinary or international contexts. Written for students studying undergraduate and postgraduate architecture, building, construction/project management, quantity surveying, property development and civil engineering programs.

Programming and Scheduling Techniques

Programming and Scheduling Techniques
Author: Thomas Edward Uher
Publisher: UNSW Press
Total Pages: 281
Release: 2011
Genre: Building
ISBN: 9781742232812

This second edition of Thomas Uher's and Adam Zantis' textbook maintains its focus on operational aspects of programming and scheduling of projects, providing the reader with the practical planning skills needed to be successful. Programming and Scheduling Techniques includes a comprehensive review of a range of practices used around the world. By covering a broad range of scheduling techniques this book is suitable for those planning projects in any industry, particularly in interdisciplinary or international contexts. Learning activities, step-by-step guides, and a companion website make sure no reader is left behind. Written for students studying undergraduate and postgraduate architecture, building, construction/project management, quantity surveying, property development and civil engineering programs.

Constraint-Based Scheduling

Constraint-Based Scheduling
Author: Philippe Baptiste
Publisher: Springer Science & Business Media
Total Pages: 204
Release: 2012-12-06
Genre: Mathematics
ISBN: 1461514797

Constraint Programming is a problem-solving paradigm that establishes a clear distinction between two pivotal aspects of a problem: (1) a precise definition of the constraints that define the problem to be solved and (2) the algorithms and heuristics enabling the selection of decisions to solve the problem. It is because of these capabilities that Constraint Programming is increasingly being employed as a problem-solving tool to solve scheduling problems. Hence the development of Constraint-Based Scheduling as a field of study. The aim of this book is to provide an overview of the most widely used Constraint-Based Scheduling techniques. Following the principles of Constraint Programming, the book consists of three distinct parts: The first chapter introduces the basic principles of Constraint Programming and provides a model of the constraints that are the most often encountered in scheduling problems. Chapters 2, 3, 4, and 5 are focused on the propagation of resource constraints, which usually are responsible for the "hardness" of the scheduling problem. Chapters 6, 7, and 8 are dedicated to the resolution of several scheduling problems. These examples illustrate the use and the practical efficiency of the constraint propagation methods of the previous chapters. They also show that besides constraint propagation, the exploration of the search space must be carefully designed, taking into account specific properties of the considered problem (e.g., dominance relations, symmetries, possible use of decomposition rules). Chapter 9 mentions various extensions of the model and presents promising research directions.

Programming for TV, Radio, and the Internet

Programming for TV, Radio, and the Internet
Author: Philippe Perebinossoff
Publisher: Taylor & Francis
Total Pages: 345
Release: 2005
Genre: Computers
ISBN: 0240806824

First Published in 2005. Routledge is an imprint of Taylor & Francis, an informa company.

Heuristic Scheduling Systems

Heuristic Scheduling Systems
Author: Thomas E. Morton
Publisher: John Wiley & Sons
Total Pages: 718
Release: 1993-09-10
Genre: Business & Economics
ISBN: 9780471578192

Reflects exact and heuristic methods of scheduling techniques suitable for creating customized sequencing and scheduling systems for flexible manufacturing, project management, group and cellular manufacturing operations. Summarizes complex computational studies demonstrating how they work in practice. Contains new theories and techniques developed by the author. Includes a software disk to reinforce and practice the methods described.

Programming and Scheduling Techniques

Programming and Scheduling Techniques
Author: Thomas E. Uher
Publisher: UNSW Press
Total Pages: 312
Release: 2003
Genre: Business & Economics
ISBN: 9780868407258

Brings together the most commonly used scheduling techniques in the construction industry including bar chart, critical path, multiple activity chart and line of balance. Also addresses time and resource scheduling, earned value, critical chain scheduling and probability scheduling using both Monte Carlo simulation and PERT.

Deadline Scheduling for Real-Time Systems

Deadline Scheduling for Real-Time Systems
Author: John A. Stankovic
Publisher: Springer Science & Business Media
Total Pages: 280
Release: 2012-12-06
Genre: Computers
ISBN: 1461555353

Many real-time systems rely on static scheduling algorithms. This includes cyclic scheduling, rate monotonic scheduling and fixed schedules created by off-line scheduling techniques such as dynamic programming, heuristic search, and simulated annealing. However, for many real-time systems, static scheduling algorithms are quite restrictive and inflexible. For example, highly automated agile manufacturing, command, control and communications, and distributed real-time multimedia applications all operate over long lifetimes and in highly non-deterministic environments. Dynamic real-time scheduling algorithms are more appropriate for these systems and are used in such systems. Many of these algorithms are based on earliest deadline first (EDF) policies. There exists a wealth of literature on EDF-based scheduling with many extensions to deal with sophisticated issues such as precedence constraints, resource requirements, system overload, multi-processors, and distributed systems. Deadline Scheduling for Real-Time Systems: EDF and Related Algorithms aims at collecting a significant body of knowledge on EDF scheduling for real-time systems, but it does not try to be all-inclusive (the literature is too extensive). The book primarily presents the algorithms and associated analysis, but guidelines, rules, and implementation considerations are also discussed, especially for the more complicated situations where mathematical analysis is difficult. In general, it is very difficult to codify and taxonomize scheduling knowledge because there are many performance metrics, task characteristics, and system configurations. Also, adding to the complexity is the fact that a variety of algorithms have been designed for different combinations of these considerations. In spite of the recent advances there are still gaps in the solution space and there is a need to integrate the available solutions. For example, a list of issues to consider includes: preemptive versus non-preemptive tasks, uni-processors versus multi-processors, using EDF at dispatch time versus EDF-based planning, precedence constraints among tasks, resource constraints, periodic versus aperiodic versus sporadic tasks, scheduling during overload, fault tolerance requirements, and providing guarantees and levels of guarantees (meeting quality of service requirements). Deadline Scheduling for Real-Time Systems: EDF and Related Algorithms should be of interest to researchers, real-time system designers, and instructors and students, either as a focussed course on deadline-based scheduling for real-time systems, or, more likely, as part of a more general course on real-time computing. The book serves as an invaluable reference in this fast-moving field.

Complex Scheduling

Complex Scheduling
Author: Peter Brucker
Publisher: Springer Science & Business Media
Total Pages: 348
Release: 2011-09-29
Genre: Business & Economics
ISBN: 3642239293

This book presents models and algorithms for complex scheduling problems. Besides resource-constrained project scheduling problems with applications also job-shop problems with flexible machines, transportation or limited buffers are discussed. Discrete optimization methods like linear and integer programming, constraint propagation techniques, shortest path and network flow algorithms, branch-and-bound methods, local search and genetic algorithms, and dynamic programming are presented. They are used in exact or heuristic procedures to solve the introduced complex scheduling problems. Furthermore, methods for calculating lower bounds are described. Most algorithms are formulated in detail and illustrated with examples. In this second edition some errors were corrected, some parts were explained in more detail, and new material has been added. In particular, further generalizations of the RCPSP, additional practical applications and some more algorithms were integrated.

Project Management with Dynamic Scheduling

Project Management with Dynamic Scheduling
Author: Mario Vanhoucke
Publisher: Springer Science & Business Media
Total Pages: 321
Release: 2013-11-29
Genre: Business & Economics
ISBN: 3642404383

The topic of this book is known as dynamic scheduling, and is used to refer to three dimensions of project management and scheduling: the construction of a baseline schedule and the analysis of a project schedule’s risk as preparation of the project control phase during project progress. This dynamic scheduling point of view implicitly assumes that the usability of a project’s baseline schedule is rather limited and only acts as a point of reference in the project life cycle. Consequently, a project schedule should especially be considered as nothing more than a predictive model that can be used for resource efficiency calculations, time and cost risk analyses, project tracking and performance measurement, and so on. In this book, the three dimensions of dynamic scheduling are highlighted in detail and are based on and inspired by a combination of academic research studies at Ghent University (www.ugent.be), in-company trainings at Vlerick Business School (www.vlerick.com) and consultancy projects at OR-AS (www.or-as.be). First, the construction of a project baseline schedule is a central theme throughout the various chapters of the book, and is discussed from a complexity point of view with and without the presence of project resources. Second, the creation of an awareness of the weak parts in a baseline schedule is discussed at the end of the two baseline scheduling parts as schedule risk analysis techniques that can be applied on top of the baseline schedule. Third, the baseline schedule and its risk analyses can be used as guidelines during the project control step where actual deviations can be corrected within the margins of the project’s time and cost reserves. The second edition of this book has seen corrections, additions and amendments in detail throughout the book. Moreover Chapter 15 on "Dynamic Scheduling with ProTrack" has been completely rewritten and extended with a section on "ProTrack as a research tool".