Parallel Computing in Optimization

Size: px
Start display at page:

Download "Parallel Computing in Optimization"

Transcription

1 Parallel Computing in Optimization

2 Applied Optimization Volume 7 Series Editors: Panos M. Pardalos University of Florida, U.S.A. Donald Hearn University of Florida, U.SA. The titles published in this series are listed at the end of this volume.

3 Parallel Computing in Optimization Edited by Athanasios Migdalas LinJcijping Institute of Technology Panos M. Pardalos University of Florida and Sverre Stor0y University of Bergen KLUWER ACADEMIC PUBLISHERS DORDRECHT I BOSTON I LONDON

4 A C.l.P. Catalogue record for this book is available from the Library of Congress. ISBN-13: : / e-isbn-13: Published by Kluwer Academic Publishers, P.O. Box 17,3300 AA Dordrecht, The Netherlands. Kluwer Academic Publishers incorporates the publishing programmes of D. Reidel, Martinus Nijhoff, Dr W. Junk and MTP Press. Sold and distributed in the U.S.A. and Canada by Kluwer Academic Publishers, 101 Philip Drive, Norwell, MA 02061, U.S.A. In all other countries, sold and distributed by Kluwer Academic Publishers, P.O. Box 322, 3300 AH Dordrecht, The Netherlands. Printed on acid-free paper All Rights Reserved 1997 Kluwer Academic Publishers Softcover reprint of the hardcover 1st edition 1997 No part of the material protected by this copyright notice may be reproduced or utilized in any form or by any means, electronic or mechanical, including photocopying, recording or by any information storage and retrieval system, without written permission from the copyright owner.

5 "there is no rest for the messenger till the message is delivered" The Rescue: A Romance in the Shallows (by Joseph Conrad)

6 CONTENTS PREFACE 1 MODELS FOR PARALLEL ALGORITHM DESIGN: AN INTRODUCTION Afonso Ferreira and Michel Morvan 1 Introduction 2 Shared memory model: PRAM 3 Distributed memory models: DMM 4 The coarse grained multicomputer model: CGM 5 Summary 6 EXERCISES 2 PARALLEL ALGORITHMS AND COMPLEXITY Martin Furer 1 Introduction 2 Models of Parallel Computers 3 Limits of Parallelism 4 Classification of some Important Graph Problems 5 Basic Techniques 6 Parallel Algorithms Toolbox 7 Approximating the Minimum Degree Spanning Tree Problem 8 EXERCISES 3 A PROGRAMMER'S VIEW OF PARALLEL COMPUTERS TorS revik 1 Introduction xvii Vll

7 Vlll PARALLEL COMPUTING IN OPTIMIZATION 2 The Memory Hierarchy 59 3 Communication Network 65 4 Future trends 68 5 EXERCISES 69 4 SCALABLE PARALLEL ALGORITHMS FOR SPARSE LINEAR SYSTEMS Anshul Gupta, George Karypis, and Vipin Kumar 73 1 Introduction 73 2 Parallel Direct Cholesky Factorization 77 3 Multilevel Graph Partitioning 84 4 EXERCISES 91 5 OBJECT ORIENTED MATHEMATICAL MODELLING AND COMPILATION TO PARALLEL CODE Niclas Andersson and Peter Fritzson 99 1 Introduction Object Math Background to Parallel Code Generation Definitions Towards a Parallelising Compiler Equation System Level Equation Level Clustered Task Level Explicit Parallelism Summary EXERCISES PARALLEL ALGORITHMS FOR NETWORK PROBLEMS Olof Damberg, Athanasios Migdalas and Sverre Stor y Introduction Parallel processing paradigms The shortest path problem Linear problems over bipartite graphs 190

8 Contents IX 5 Convex problems over singlecommodity networks Convex problems over multicommodity networks EXERCISES PARALLEL BRANCH AND BOUND - PRINCIPLES AND PERSONAL EXPERIENCES Jens Clausen Introduction Sequential B&B Parallel B&B Personal Experiences with GPP and QAP Ideas and Pitfalls for Parallel B&B users EXERCISES PARALLELIZED HEURISTICS FOR COMBINATORIAL SEARCH Kristina Holmqvist, Athanasios Migdalas, Panos M. Pardalos Heuristics for Combinatorial Search Local Search Simulated Annealing Tabu Search Genetic Algorithms Greedy Randomized Adaptive Search Procedures Conclusions EXERCISES PARALLEL COST APPROXIMATION ALGORITHMS FOR DIFFERENTIABLE OPTIMIZATION Michael Patriksson Introduction Sequential Cost Approximation Algorithms Synchronized Parallel Cost Approximation Algorithms Partially Asynchronous Parallel Cost Approximation Algorithms328 5 Concluding Remarks EXERCISES 335

9 x PARALLEL COMPUTING IN OPTIMIZATION 10 PARALLEL COMPUTATION OF VARIATIONAL INEQUALITIES AND PROJECTED DYNAMICAL SYSTEMS WITH APPLICATIONS Anna Nagurney Introduction The Variational Inequality Problem Projected Dynamical Systems Variational Inequality Applications Projected Dynamical Systems Applications Summary and Conclusions EXERCISES PARALLEL ALGORITHMS FOR LARGE-SCALE STOCHASTIC PROGRAMMING Hercules Vladimirou and Stavros A. Zenios Introduction Stochastic Programs with Recourse Algorithmic Approaches Algorithmic Comparisons Conclusions EXERCISES PARALLEL CONTINUOUS NON-CONVEX OPTIMIZATION Kristina Holmqvist, Athanasios Migdalas and Panos M. Pardalos Introduction Local Search Heuristics Deterministic and Stochastic Refinements of Local Search Summary of General Principles for Local Search Parallelization Exact Methods: Deterministic Approaches EXERCISES 516

10 Contents Xl 13 DETERMINISTIC AND STOCHASTIC LOGARITHMIC BARRIER FUNCTION METHODS FOR NEURAL NETWORK TRAINING Theodore B. Trafalis and Tarek A. Tutunji 1 Introduction 2 Newton-type and Logarithmic Barrier Methods 3 Application to Neural Network Training 4 Ill-Conditioning 5 Computational Results 6 Conclusions and Future Research 7 EXERCISES INDEX

11 CONTRIBUTORS Niclas Andersson PELAB Computer Science Department Linkoping Institute of Technology S-581 Linkoping SWEDEN nicangida.liu.se Jens Clausen DIKU Department of Computer Science University of Copenhagen Universitetsparken 1 DK-2100 Copenhagen 0 DENMARK clausengdiku.dk Olof Damberg Division of Optimization Department of Mathematics Linkoping Institute of Technology S Linkoping SWEDEN oldamgmath.liu.se Afonso Ferreira CNRS LIP-ENS Lyon Lyon Cedex 07 FRANCE ferreiraglip.ens-lyon.fr Peter Fritzson PELAB Computer Science Department Linkoping Institute of Technology S-581 Linkoping SWEDEN petfrgida.liu.se Martin Fiirer Department of Computer Science and Engineering 220 Pond Laboratory Pennsylvania State University University Park Pennsylvania USA furergcse.psu.edu Anshul Gupta Department of Computer Science University of Minnesota Minneapolis, MN USA aguptagcs.umn.edu Kristina Holmqvist Division of Optimization Department of Mathematics Linkoping Institute of Technology S Linkoping SWEDEN krholgmath.liu.se

12 xiv CONTRIBUTORS George Karypis Department of Computer Science University of Minnesota Minneapolis, MN USA karypisgcs.umn.edu Vipin Kumar Department of Computer Science University of Minnesota Minneapolis, MN USA kumargcs.umn.edu Athanasios Migdalas Division of Optimization Department of Mathematics Linkoping Institute of Technology Linkoping SWEDEN samiggmath.liu.se Michel Morvan LITP/IBP Universite Paris Paris Cedex 07 FRANCE morvanglitp.ibp.fr Anna Nagurney School of Management Department of General Business and Finance University of Massachusetts Amhers, Massachusetts USA annagumass. edu Panos M. Pardalos Department of Industrial and Systems Engineering University of Florida Gainesville, FL32611 USA pardalosgmath.ufl.edu Michael Patriksson Division of Optimization Department of Mathematics Linkoping Institute of Technology S Linkoping SWEDEN mipatgmath.liu.se Sverre StorfllY Department of Informatics University of Bergen Thorml/lhlensgate 55 N-5020 Bergen NORWAY Sverre.StoroyGii.uib.no Tor Sfllrevik Parallab Department of Informatics University of Bergen, Thorml/lhlensgate 55 N-5020 Bergen NORWAY Tor.SorevikGii.uib.no Theodore Trafalis School of Industrial Engineering 202 West Boyd, Room 124 Oklahoma USA trafalisgmailhost.ecn.uoknor.edu Tarek A. Tutunji Halliburton Energy Services 1100 Everman Road Forth Worth, Texas USA

13 Contributors xv Hercules Vladimirou Department of Public and Business Administration University of Cyprus 75 Kallipoleos Street P.O. Box Nicosia CYPRUS herculesoatlas.pba.ucy.ac.cy Stavros Zenios Department of Public and Business Administration University of Cyprus 75 Kallipoleos Street P.O. Box Nicosia CYPRUS zeniossojupiter.cca.ucy.cy

14 PREFACE During the last three decades, breakthroughs in computer technology have made a tremendous impact on optimization. In particular, parallel computing has made it possible to solve larger and computationally more difficult problems. This volume contains mainly lecture notes from a Nordic Summer School held at the Linkoping Institute of Technology, Sweden in August In order to make the book more complete, a few authors were invited to contribute chapters that were not part of the course on this first occasion. The purpose of this Nordic course in advanced studies was three-fold. One goal was to introduce the students to the new achievements in a new and very active field, bring them close to world leading researchers, and strengthen their competence in an area with internationally explosive rate of growth. A second goal was to strengthen the bonds between students from different Nordic countries, and to encourage collaboration and joint research ventures over the borders. In this respect, the course built further on the achievements of the "Nordic Network in Mathematical Programming", which has been running during the last three years with the support ofthe Nordic Council for Advanced Studies (NorFA). The final goal was to produce literature on the particular subject, which would be available to both the participating students and to the students of the "next generation". The school was funded by NorFA, while activities related to the preparation of the application to NorFA, and the co-ordination of the lecturers and the editors were supported in part by the Linkoping Center for Transfer of Information Technology (CENIIT). The National Supercomputer Center (NSC) in Linkoping freely supplied its computer resources and laboratories to the participating lecturers and students. More than 30 students and seniors from the Nordic countries participated in the course. xvii

15 xviii PARALLEL COMPUTING IN OPTIMIZATION An international group of invited speakers presented lectures dealing with novel programming and algorithmic aspects of parallel computing as well as technical advances in parallel optimization. In addition, the Summer School provided a concentrated forum to discuss progress on enhancing the number of optimization applications that take advantage of emerging parallel computing architectures. The volume contains 13 chapters. These can be divided into three groups. The first two chapters, contributed by A. Ferreira & M. Morvan and M. Fiirer respectively, discuss theoretical models for parallel algorithm design and their complexity. T. SI/Jrevik, on the other hand, in chapter 3 gives the perspective of the programmer practicing parallel algorithm development on real world platforms. Solving systems of linear equations efficiently is of great importance on their own because they arise in many scientific and engineering applications but also because algorithms for solving many optimization problems need to call system solvers as subroutines. The fourth chapter by A. Gupta, G. Karypis and V. Kumar is devoted to scalable parallel algorithms for sparse linear systems, while the fifth chapter by N. Andersson and P. Fritzson discusses computer based mathematical modeling aspects of applications such as bearing and automatic generation of parallel code for the solution of the resulting system of equations. Chapters six to thirteen are dedicated to optimization problems and methods. More specifically, in Chapter six O. Damberg, A. Migdalas and S. Storl/Jy give an introductory survey of parallel algorithms for network problems with emphasis on linear bipartite assignment problems and a thorough discussion on the implementation of a parallel solver for the traffic assignment problem. In Chapter seven, J. Clausen reviews the principles of sequential Branch-and-Bound (B& B) and sketches the main trends in parallel B& B and the problems experienced with the latter approach. In chapter eight, K. Holmqvist, A. Migdalas and P. M. Pardalos provide an introductory survey in the parallelization of modern heuristic methods for combinatorial optimization problems. In Chapter nine, M. Patriksson presents a unified analysis of decomposition algorithms for differentiable optimization problems. Chapter ten, written by A. Nagurney, presents parallel algorithms for the computation of solutions to finite dimensional variational inequality problems and projected dynamical systems. H. Vladimirou and S. A. Zenios present in the eleventh chapter the state-ofthe-art in parallel algorithms for stochastic programming. The twelfth chapter, authored by K. Holmqvist, A. Migdalas and P. M. Pardalos, surveys exact and heuristic algorithms of deterministic and stochastic type for global optimization

16 Preface XIX problems. Finally in Chapter thirteen, T. Trafalis and T. Tutunji present deterministic and stochastic logarithmic barrier function algorithms for neural network training. Although the entire spectrum of Parallel Computing in Optimization cannot be covered in a volume, it is hoped that these chapters communicate the richness and diversity in this important research domain with an ever increasing practical application area. We would like to take this opportunity to thank the authors, the anonymous referees, CENIIT for funding the coordination process, and NorFA for funding the Summer School and helping us produce this book with state-of-the-art chapters. A. Migdalas, P. M. Pardalos and S. Stor~y August, 1996

HIGH PERFORMANCE COMPUTING IN FLUID DYNAMICS

HIGH PERFORMANCE COMPUTING IN FLUID DYNAMICS HIGH PERFORMANCE COMPUTING IN FLUID DYNAMICS ERCOFTAC SERIES VOLUME 3 Series Editors P. Hutchinson, Chairman ERCOFTAC, Cranfield University, Bedford, UK W. Rodi, Chairman ERCOFTAC Scientific Programme

More information

Imaging Spectrometry - a Tool for Environmental Observations

Imaging Spectrometry - a Tool for Environmental Observations Imaging Spectrometry - a Tool for Environmental Observations EURO COURSES A series devoted to the publication of courses and educational seminars. organized by the Joint Research Centre Ispra, as part

More information

PERSPECTIVES OF OIL AND GAS: THE ROAD TO INTERDEPENDENCE

PERSPECTIVES OF OIL AND GAS: THE ROAD TO INTERDEPENDENCE PERSPECTIVES OF OIL AND GAS: THE ROAD TO INTERDEPENDENCE Perspectives of Oil and Gas: The Road to Interdependence by Marcello Colitti with Claudio Simeoni Fondazione Eni Enrico Mattei, Milan, Italy...

More information

Theory and Practice of International Trade Linkage Models

Theory and Practice of International Trade Linkage Models Theory and Practice of International Trade Linkage Models ADVANCED STUDIES IN THEORETICAL AND APPLIED ECONOMETRICS VOLUME 9 Managing Editors: J.P. Ancot, Nethetlands Economic Institute, Rotterdam, The

More information

COMPUTERS, BRAINS AND MINDS

COMPUTERS, BRAINS AND MINDS COMPUTERS, BRAINS AND MINDS AUSTRALASIAN STUDIES IN HISTORY AND PHILOSOPHY OF SCIENCE General Editor: R. W. HOME, University of Melbourne Editorial Advisory Board W. R. ALBURY, University of New South

More information

Edited by. University of Augsburg

Edited by. University of Augsburg DESIGNS AND FINITE GEOMETRIES Edited by Dieter J ungnickel University of Augsburg A Special Issue of DESIGNS, CODES AND CRYPTOGRAPHY An International Journal Volume 8, No. 112 (1996) KLUWER ACADEMIC PUBLISHERS

More information

PROCEEDINGS OF SYMPOSIA IN APPLIED MATHEMATICS

PROCEEDINGS OF SYMPOSIA IN APPLIED MATHEMATICS http://dx.doi.org/10.1090/psapm/026 PROCEEDINGS OF SYMPOSIA IN APPLIED MATHEMATICS VOLUME 1 VOLUME 2 VOLUME 3 VOLUME 4 VOLUME 5 VOLUME 6 VOLUME 7 VOLUME 8 VOLUME 9 VOLUME 10 VOLUME 11 VOLUME 12 VOLUME

More information

The Role of Systems Methodology in Social Science Research. Dedicated to my father, Ruggiero, and to the memory of my mother, Mary.

The Role of Systems Methodology in Social Science Research. Dedicated to my father, Ruggiero, and to the memory of my mother, Mary. The Role of Systems Methodology in Social Science Research Dedicated to my father, Ruggiero, and to the memory of my mother, Mary. Frontiers in Systems Research: Implications for the social sciences Vol.

More information

INTERNATIONAL COMMODITY MARKET MODELS AND POLICY ANALYSIS

INTERNATIONAL COMMODITY MARKET MODELS AND POLICY ANALYSIS INTERNATIONAL COMMODITY MARKET MODELS AND POLICY ANALYSIS ADVANCED STUDIES IN THEORETICAL AND APPLIED ECONOMETRICS VOLUME 13 Managing Editors: J.P. Ancot, Netherlands Economic Institute, Rotterdam, The

More information

PERSONAL AND WIRELESS COMMUNICATIONS Digital Technology and Standards

PERSONAL AND WIRELESS COMMUNICATIONS Digital Technology and Standards PERSONAL AND WIRELESS COMMUNICATIONS Digital Technology and Standards THE KLUWER INTERNATIONAL SERIES IN ENGINEERING AND COMPUTER SCIENCE COMMUNICATIONS AND INFORMATION THEORY Consulting Editor Robert

More information

Advances in Computational and Stochastic Optimization, Logic Programming, and Heuristic Search

Advances in Computational and Stochastic Optimization, Logic Programming, and Heuristic Search Advances in Computational and Stochastic Optimization, Logic Programming, and Heuristic Search OPERATIONS RESEARCH/COMPUTER SCIENCE INTERFACES SERIES Ramesh Sharda, Series Editor ConocolDuPont Chair of

More information

Microprocessor-Based Control Systems

Microprocessor-Based Control Systems Microprocessor-Based Control Systems International Series on MICROPROCESSOR-BASED SYSTEMS ENGINEERING Editor Professor S. G. TZAFEST AS, National Technical University, Athens, Greece Editorial Advisory

More information

INTERTEMPORAL PRODUCTION FRONTIERS: WITH DYNAMIC DEA

INTERTEMPORAL PRODUCTION FRONTIERS: WITH DYNAMIC DEA INTERTEMPORAL PRODUCTION FRONTIERS: WITH DYNAMIC DEA INTERTEMPORAL PRODUCTION FRONTIERS: WITH DYNAMIC DEA Rolf Fare and Shawna Grosskopf Southern Illinois University at Carbondale Carbondale, Illinois

More information

EUGENE DUBOIS AND THE APE-MAN FROM JAVA

EUGENE DUBOIS AND THE APE-MAN FROM JAVA EUGENE DUBOIS AND THE APE-MAN FROM JAVA BERT THEUNISSEN Institute for the History of Science University of Utrecht, The Netherlands Eugene Dubois and the Ape-Man from Java The History of the First 'Missing

More information

Real-time Adaptive Concepts in Acoustics

Real-time Adaptive Concepts in Acoustics Real-time Adaptive Concepts in Acoustics Real-time Adaptive Concepts in Acoustics Blind Signal Separation and Multichannel Echo Cancellation by Daniel W.E. Schobben, Ph. D. Philips Research Laboratories

More information

Solar Energy for Development

Solar Energy for Development Solar Energy for Development Proceedings of the International Conference held at Varese, Italy, March 26-29, 1979 by the Commission of the European Communities Martinus NijhlJff Publishers - The Hague/Boston/London

More information

AUTOMATIC MODULATION RECOGNITION OF COMMUNICATION SIGNALS

AUTOMATIC MODULATION RECOGNITION OF COMMUNICATION SIGNALS AUTOMATIC MODULATION RECOGNITION OF COMMUNICATION SIGNALS AUTOMATIC MODULATION RECOGNITION OF COMMUNICATION SIGNALS by Eisayed Eisayed Azzouz Department 01 Electronic & Electrical Engineering, Military

More information

Two-Phase Flow Heat Exchangers. Thermal-Hydraulic Fundamentals and Design

Two-Phase Flow Heat Exchangers. Thermal-Hydraulic Fundamentals and Design Two-Phase Flow Heat Exchangers Thermal-Hydraulic Fundamentals and Design NATO ASI Series Advanced Science Institutes Series A Series presenting the results of activities sponsored by the NA TO Science

More information

EMBEDDED SYSTEM DESIGN

EMBEDDED SYSTEM DESIGN EMBEDDED SYSTEM DESIGN Embedded System Design by PETER MARWEDEL University of Dortmund, Germany A C.I.P. Catalogue record for this book is available from the Library of Congress. ISBN-10 0-387-29237-3

More information

Filter Design With Time Domain Mask Constraints: Theory and Applications

Filter Design With Time Domain Mask Constraints: Theory and Applications Filter Design With Time Domain Mask Constraints: Theory and Applications Applied Optimization Volume 56 Series Editors: Panos M. Pardalos University of Florida, U.S.A. Donald Hearn University of Florida,

More information

THE WASTE AND THE BACKYARD

THE WASTE AND THE BACKYARD THE WASTE AND THE BACKYARD Environment & Management VOLUME 8 The titles published in this series are listed at the end of this volume. The Waste and the Backyard The Creation of Waste Facilities: Success

More information

Computational Intelligence for Network Structure Analytics

Computational Intelligence for Network Structure Analytics Computational Intelligence for Network Structure Analytics Maoguo Gong Qing Cai Lijia Ma Shanfeng Wang Yu Lei Computational Intelligence for Network Structure Analytics 123 Maoguo Gong Xidian University

More information

R&D, INNOVATION AND COMPETITIVENESS IN THE EUROPEAN CHEMICAL INDUSTRY

R&D, INNOVATION AND COMPETITIVENESS IN THE EUROPEAN CHEMICAL INDUSTRY R&D, INNOVATION AND COMPETITIVENESS IN THE EUROPEAN CHEMICAL INDUSTRY R&D, Innovation and Competitiveness in the European Chemical Industry Edited by Fabrizio Cesaroni Laboratory of Economics and Management,

More information

Principles of Data Security

Principles of Data Security Principles of Data Security FOUNDATIONS OF COMPUTER SCIENCE Series Editor: Raymond E. Miller Georgia Institute oj Technology PRINCIPLES OF DATA SECURITY Ernst L. Leiss Principles of Data Security Ernst

More information

CONTENTS PREFACE. Part One THE DESIGN PROCESS: PROPERTIES, PARADIGMS AND THE EVOLUTIONARY STRUCTURE

CONTENTS PREFACE. Part One THE DESIGN PROCESS: PROPERTIES, PARADIGMS AND THE EVOLUTIONARY STRUCTURE Copyrighted Material Dan Braha and Oded Maimon, A Mathematical Theory of Design: Foundations, Algorithms, and Applications, Springer, 1998, 708 p., Hardcover, ISBN: 0-7923-5079-0. PREFACE Part One THE

More information

PASSIVE COMPONENTS FOR DENSE OPTICAL INTEGRATION

PASSIVE COMPONENTS FOR DENSE OPTICAL INTEGRATION PASSIVE COMPONENTS FOR DENSE OPTICAL INTEGRATION PASSIVE COMPONENTS FOR DENSE OPTICAL INTEGRA TION Christina Manolatou Massachusetts Institute oftechnology Hermann A. Haus Massachusetts Institute oftechnology

More information

MATLAB Guide to Finite Elements

MATLAB Guide to Finite Elements MATLAB Guide to Finite Elements Peter I. Kattan MATLAB Guide to Finite Elements An Interactive Approach Second Edition With 108 Figures and 25 Tables Peter I. Kattan, PhD P.O. BOX 1392 Amman 11118 Jordan

More information

Reliability Data Collection and Analysis

Reliability Data Collection and Analysis Reliability Data Collection and Analysis EURO COURSES A series devoted to the publication of courses and educational seminars organized by the Joint Research Centre Ispra, as part of its education and

More information

Progress in Computer Science No.4. Edited by J.Bendey E. Coffman R.L.Graham D. Kuck N. Pippenger. Springer Science+Business Media, LLC

Progress in Computer Science No.4. Edited by J.Bendey E. Coffman R.L.Graham D. Kuck N. Pippenger. Springer Science+Business Media, LLC Progress in Computer Science No.4 Edited by J.Bendey E. Coffman R.L.Graham D. Kuck N. Pippenger Springer Science+Business Media, LLC George P61ya Robert E. Tarjan Donald R. Woods Notes on Introductory

More information

THE EFFECTIVENESS OF POLICY INSTRUMENTS FOR ENERGY-EFFICIENCY IMPROVEMENT IN FIRMS

THE EFFECTIVENESS OF POLICY INSTRUMENTS FOR ENERGY-EFFICIENCY IMPROVEMENT IN FIRMS THE EFFECTIVENESS OF POLICY INSTRUMENTS FOR ENERGY-EFFICIENCY IMPROVEMENT IN FIRMS ECO-EFFICIENCY IN INDUSTRY AND SCIENCE VOLUME 15 Series Editor: Arnold Thkker, TNO-STB, Delft, The Netherlands Editorial

More information

LEARNING, INNOVATION AND URBAN EVOLUTION

LEARNING, INNOVATION AND URBAN EVOLUTION LEARNING, INNOVATION AND URBAN EVOLUTION LEARNING,INNOVATION ANO URBAN EVOLUTION edited by David F. Batten Cristoforo S. Bertuglia Dino Martellato Sylvie Occelli " ~. Springer Science+Business Media, LLC

More information

8th Workshop on Algorithmic Approaches for Transportation Modeling, Optimization, and Systems

8th Workshop on Algorithmic Approaches for Transportation Modeling, Optimization, and Systems 8th Workshop on Algorithmic Approaches for Transportation Modeling, Optimization, and Systems ATMOS 2008, September 18, 2008, Karlsruhe, Germany Edited by Matteo Fischetti Peter Widmayer OA S I c s Vo

More information

THE LAYING HEN AND ITS ENVIRONMENT

THE LAYING HEN AND ITS ENVIRONMENT THE LAYING HEN AND ITS ENVIRONMENT CURRENT TOPICS IN VETERINARY MEDICINE AND ANIMAL SCIENCE VOLUME 8 Other titles in this series Volume I Control of Reproduction in the Cow edited by J.M. Sreenan Volume

More information

Drilling Engineering Handbook

Drilling Engineering Handbook Drilling Engineering Handbook Drilling Engineering Handbook Ellis H. Austin International Human Resources Development Corporation Boston D. Reidel Publishing Company, A Member of the Kluwer Academic Publishers

More information

FUZZY LOGIC AND ITS APPLICATIONS TO ENGINEERING, INFORMATION SCIENCES, AND INTELLIGENT SYSTEMS

FUZZY LOGIC AND ITS APPLICATIONS TO ENGINEERING, INFORMATION SCIENCES, AND INTELLIGENT SYSTEMS FUZZY LOGIC AND ITS APPLICATIONS TO ENGINEERING, INFORMATION SCIENCES, AND INTELLIGENT SYSTEMS THEORY AND DECISION LIBRARY General Editors: W. Leinfellner (Vienna) and G. Eberlein (Munich) Series A: Philosophy

More information

TRANSISTOR CIRCUITS FOR SPACECRAFT POWER SYSTEM

TRANSISTOR CIRCUITS FOR SPACECRAFT POWER SYSTEM TRANSISTOR CIRCUITS FOR SPACECRAFT POWER SYSTEM Transistor Circuits for Spacecraft Power System KengC. Wu Lockheed Martin Naval Electronics & Surveillance Systems Moorestown, NJ, USA.., ~ SPRINGER SCIENCE+BUSINESS

More information

The Relations between Defence and Civil Technologies

The Relations between Defence and Civil Technologies The Relations between Defence and Civil Technologies NATO ASI Series Advanced Science Institutes Series A Series presenting the results of activities sponsored by the NATO Science Committee. which aims

More information

Data Assimilation: Tools for Modelling the Ocean in a Global Change Perspective

Data Assimilation: Tools for Modelling the Ocean in a Global Change Perspective Data Assimilation: Tools for Modelling the Ocean in a Global Change Perspective NATO ASI Series Advanced Science Institutes Series A series presenting the results of activities sponsored by the NA TO Science

More information

PIPELINED LATTICE AND WAVE DIGITAL RECURSIVE FILTERS

PIPELINED LATTICE AND WAVE DIGITAL RECURSIVE FILTERS PIPELINED LATTICE AND WAVE DIGITAL RECURSIVE FILTERS THE KLUWER INTERNATIONAL SERIES IN ENGINEERING AND COMPUTER SCIENCE PIPELINED LATTICE AND WAVE DIGITAL RECURSIVE FILTERS by Jin-Gyun Chung Chonbuk National

More information

Advanced Information and Knowledge Processing

Advanced Information and Knowledge Processing Advanced Information and Knowledge Processing Series Editors Professor Lakhmi Jain Lakhmi.jain@unisa.edu.au Professor Xindong Wu xwu@cems.uvm.edu For further volumes: http://www.springer.com/series/4738

More information

ADVANCED DESIGN TECHNIQUES FOR RF POWER AMPLIFIERS

ADVANCED DESIGN TECHNIQUES FOR RF POWER AMPLIFIERS ADVANCED DESIGN TECHNIQUES FOR RF POWER AMPLIFIERS ANALOG CIRCUITS AND SIGNAL PROCESSING SERIES Consulting Editor: Mohammed Ismail. Ohio State University Related Titles: CMOS CASCADE SIGMA-DELTA MODULATORS

More information

Advances in Computer Vision and Pattern Recognition

Advances in Computer Vision and Pattern Recognition Advances in Computer Vision and Pattern Recognition For further volumes: http://www.springer.com/series/4205 Marco Alexander Treiber Optimization for Computer Vision An Introduction to Core Concepts and

More information

Qualitative and Quantitative Mathematical Economics

Qualitative and Quantitative Mathematical Economics Qualitative and Quantitative Mathematical Economics ADVANCED STUDIES IN THEORETICAL AND APPLIED ECONOMETRICS VOLUME 1 EDITORIAL BOARD P. Balestra, Universite De Geneve, Switzerland M.G. Dagenais, Universite

More information

CONTROL OF SENSORS FOR SEQUENTIAL DETECTION A STOCHASTIC APPROACH

CONTROL OF SENSORS FOR SEQUENTIAL DETECTION A STOCHASTIC APPROACH file://\\52zhtv-fs-725v\cstemp\adlib\input\wr_export_131127111121_237836102... Page 1 of 1 11/27/2013 AFRL-OSR-VA-TR-2013-0604 CONTROL OF SENSORS FOR SEQUENTIAL DETECTION A STOCHASTIC APPROACH VIJAY GUPTA

More information

Statistics and Computing. Series Editors: J. Chambers D. Hand

Statistics and Computing. Series Editors: J. Chambers D. Hand Statistics and Computing Series Editors: J. Chambers D. Hand W. Härdle Statistics and Computing Brusco/Stahl: Branch-and-Bound Applications in Combinatorial Data Analysis. Dalgaard: Introductory Statistics

More information

A GRASP heuristic for the Cooperative Communication Problem in Ad Hoc Networks

A GRASP heuristic for the Cooperative Communication Problem in Ad Hoc Networks MIC2005: The Sixth Metaheuristics International Conference??-1 A GRASP heuristic for the Cooperative Communication Problem in Ad Hoc Networks Clayton Commander Carlos A.S. Oliveira Panos M. Pardalos Mauricio

More information

ANALOG CMOS FILTERS FOR VERY HIGH FREQUENCIES

ANALOG CMOS FILTERS FOR VERY HIGH FREQUENCIES ANALOG CMOS FILTERS FOR VERY HIGH FREQUENCIES THE KLUWER INTERNATIONAL SERIES IN ENGINEERING AND COMPUTER SCIENCE ANALOG CIRCUITS AND SIGNAL PROCESSING Consulting Editor Mohammed Ismail Ohio State University

More information

INFORMATION TECHNOLOGY AND LAWYERS

INFORMATION TECHNOLOGY AND LAWYERS INFORMATION TECHNOLOGY AND LAWYERS Information Technology and Lawyers Advanced Technology in the Legal Domain, from Challenges to Daily Routine Edited by ARNO R. LODDER Centre for Electronic Dispute Resolution

More information

Computer Automation in Manufacturing

Computer Automation in Manufacturing Computer Automation in Manufacturing Computer Automation in Manufacturing An introduction Thomas O. Boucher Department of Industrial Engineering Rutgers University Piscataway NJ USA SPRINGER-SCIENCE+BUSINESS

More information

Operational Research: An International Journal

Operational Research: An International Journal Operational Research: An International Journal Special Issue on XIII Balkan Conference on Operational Research BALCOR 2018 Advanced Optimization Methods with Modern Applications Lead Guest Editor and Guest

More information

Time Frequency Domain for Segmentation and Classification of Non-stationary Signals

Time Frequency Domain for Segmentation and Classification of Non-stationary Signals Time Frequency Domain for Segmentation and Classification of Non-stationary Signals FOCUS SERIES Series Editor Francis Castanié Time Frequency Domain for Segmentation and Classification of Non-stationary

More information

Artificial Neural N etworks for Intelligent Manufacturing

Artificial Neural N etworks for Intelligent Manufacturing Artificial Neural N etworks for Intelligent Manufacturing Intelligent Manufacturing Series Ser ies Editor: Andrew Kusiak Department of Industrial Engineering The University of Iowa, USA Manufacturing has

More information

Wireless Communications Over Rapidly Time-Varying Channels

Wireless Communications Over Rapidly Time-Varying Channels Wireless Communications Over Rapidly Time-Varying Channels Edited by Franz Hlawatsch Gerald Matz ELSEVIER AMSTERDAM BOSTON HEIDELBERG LONDON NEW YORK OXFORD PARIS SAN DIEGO SAN FRANCISCO SINGAPORE SYDNEY

More information

Applied Multivariate Analysis in SAR and Environmental Studies

Applied Multivariate Analysis in SAR and Environmental Studies Applied Multivariate Analysis in SAR and Environmental Studies EURO COURSES A series devoted to the publication of courses and educational seminars organized by the Joint Research Centre Ispra, as part

More information

Chess Skill in Man and Machine

Chess Skill in Man and Machine Chess Skill in Man and Machine Chess Skill in Man and Machine Edited by Peter W. Frey With 104 Illustrations Springer-Verlag New York Berlin Heidelberg Tokyo Peter W. Frey Northwestern University CRESAP

More information

Product Development Strategy

Product Development Strategy Product Development Strategy Product Development Strategy Innovation Capacity and Entrepreneurial Firm Performance in High-Tech SMEs Mina Tajvidi Bangor Business School, Bangor University, UK and Azhdar

More information

ANALOG INTEGRATED CIRCUITS FOR COMMUNICATION Principles, Simulation and Design

ANALOG INTEGRATED CIRCUITS FOR COMMUNICATION Principles, Simulation and Design ANALOG INTEGRATED CIRCUITS FOR COMMUNICATION Principles, Simulation and Design ANALOG INTEGRATED CIRCUITS FOR COMMUNICATION Principles, Simulation and Design by Donald 0. Pederson University of California

More information

Architecture Design and Validation Methods

Architecture Design and Validation Methods Architecture Design and Validation Methods Springer-Verlag Berlin Heidelberg GmbH Egon Börger (Ed.) Architecture Design and Validation Methods With 175 Figures, Springer Editor Prof. Dr. Egon Börger Universita

More information

DEVELOPMENTS IN INJECTION MOULDING-3

DEVELOPMENTS IN INJECTION MOULDING-3 DEVELOPMENTS IN INJECTION MOULDING-3 CONTENTS OF VOLUMES 1 and 2 Volume 1 Edited by A. Whelan and J. L. Craft 1. Digital Hydraulics. H. BLUML 2. Clamping Systems. R. A. IRELAND 3. Mould Design and Manufacture.

More information

Rolf K. Eckhoff. University of Bergen, Norway

Rolf K. Eckhoff. University of Bergen, Norway E x p l o s i o n H a z a r d s in t h e Process I n d u s t r i e s Rolf K. Eckhoff University of Bergen, Norway g g Explosion Hazards in the Process Industries Copyright 2005 by Gulf Publishing Company,

More information

Microwave Photonics. From Components to Applications and Systems. edited by. Anne Vilcot. IMEP - INPG, France. Béatrice Cabon. and

Microwave Photonics. From Components to Applications and Systems. edited by. Anne Vilcot. IMEP - INPG, France. Béatrice Cabon. and MICROWAVE PHOTONICS Microwave Photonics From Components to Applications and Systems edited by Anne Vilcot IMEP - INPG, France Béatrice Cabon IMEP - INPG, France and Jean Chazelas Thales Airborne System,

More information

SHORTEST CONNECTIVITY

SHORTEST CONNECTIVITY SHORTEST CONNECTIVITY COMBINATORIAL OPTIMIZATION VOLUME 17 Through monographs and contributed works the objective of the series is to publish state of the art expository research covering all topics in

More information

Automotive Painting Technology

Automotive Painting Technology Automotive Painting Technology Kimio Toda Abraham Salazar Kozo Saito Editors Automotive Painting Technology A Monozukuri-Hitozukuri Perspective 1 3 Editors Mr. Kimio Toda Asahi Sunac Corporation Owariasahi,

More information

PuBLic UTILITY EcoNoMics

PuBLic UTILITY EcoNoMics PuBLic UTILITY EcoNoMics Public Utility Economics Michael A. Crew and Paul R. Kleindorfer M Michael A. Crew and Paul R. Kleindorfer 1979 Softcover reprint of the hardcover 1st edition 1979 All rights reserved.

More information

Proposers Day Workshop

Proposers Day Workshop Proposers Day Workshop Monday, January 23, 2017 @srcjump, #JUMPpdw Cognitive Computing Vertical Research Center Mandy Pant Academic Research Director Intel Corporation Center Motivation Today s deep learning

More information

Graduate Texts in Mathematics. Editorial Board. F. W. Gehring P. R. Halmos Managing Editor. c. C. Moore

Graduate Texts in Mathematics. Editorial Board. F. W. Gehring P. R. Halmos Managing Editor. c. C. Moore Graduate Texts in Mathematics 49 Editorial Board F. W. Gehring P. R. Halmos Managing Editor c. C. Moore K. W. Gruenberg A.J. Weir Linear Geometry 2nd Edition Springer Science+Business Media, LLC K. W.

More information

THE CODESIGN OF EMBEDDED SYSTEMS: A UNIFIED HARDW ARE/SOFTW ARE REPRESENTATION

THE CODESIGN OF EMBEDDED SYSTEMS: A UNIFIED HARDW ARE/SOFTW ARE REPRESENTATION THE CODESIGN OF EMBEDDED SYSTEMS: A UNIFIED HARDW ARE/SOFTW ARE REPRESENTATION THE CODESIGN OF EMBEDDED SYSTEMS: A UNIFIED HARDW ARE/SOFTW ARE REPRESENTATION by SANJAYA KUMAR Honeywell Technology Center

More information

JAMES M. CALVIN. 15 Montgomery Avenue Associate Professor

JAMES M. CALVIN. 15 Montgomery Avenue Associate Professor JAMES M. CALVIN Home Address: Work Address: 15 Montgomery Avenue Associate Professor Montville, NJ 07045 Computer Science Department Phone: (973) 808-0379 New Jersey Institute of Technology Newark, NJ

More information

Springer Optimization and Its Applications

Springer Optimization and Its Applications Springer Optimization and Its Applications VOLUME 93 Managing Editor Panos M. Pardalos (University of Florida) Editor Combinatorial Optimization Ding-Zhu Du (University of Texas at Dallas) Advisory Board

More information

MSc(CompSc) List of courses offered in

MSc(CompSc) List of courses offered in Office of the MSc Programme in Computer Science Department of Computer Science The University of Hong Kong Pokfulam Road, Hong Kong. Tel: (+852) 3917 1828 Fax: (+852) 2547 4442 Email: msccs@cs.hku.hk (The

More information

School of Informatics Director of Commercialisation and Industry Engagement

School of Informatics Director of Commercialisation and Industry Engagement School of Informatics Director of Commercialisation and Industry Engagement January 2017 Contents 1. Our Vision 2. The School of Informatics 3. The University of Edinburgh - Mission Statement 4. The Role

More information

Studies in Computational Intelligence

Studies in Computational Intelligence Studies in Computational Intelligence Volume 733 Series editor Janusz Kacprzyk, Polish Academy of Sciences, Warsaw, Poland e-mail: kacprzyk@ibspan.waw.pl About this Series The series Studies in Computational

More information

FUNDAMENTALS OF SIGNALS AND SYSTEMS

FUNDAMENTALS OF SIGNALS AND SYSTEMS FUNDAMENTALS OF SIGNALS AND SYSTEMS LIMITED WARRANTY AND DISCLAIMER OF LIABILITY THE CD-ROM THAT ACCOMPANIES THE BOOK MAY BE USED ON A SINGLE PC ONLY. THE LICENSE DOES NOT PERMIT THE USE ON A NETWORK (OF

More information

Computational Intelligence Optimization

Computational Intelligence Optimization Computational Intelligence Optimization Ferrante Neri Department of Mathematical Information Technology, University of Jyväskylä 12.09.2011 1 What is Optimization? 2 What is a fitness landscape? 3 Features

More information

Programming Methodology

Programming Methodology Texts and Monographs in Computer Science Editor David Gries Advisory Board F. L. Bauer K. S. Fu J. J. Horning R. Reddy D. C. Tsichritzis W. M. Waite Programming Methodology A Collection of Articles by

More information

The German Chemical Industry in the Twentieth Century

The German Chemical Industry in the Twentieth Century The German Chemical Industry in the Twentieth Century Chemists and Chemistry VOLUME 18 A series of books devoted to the examination of the history and development of chemistry from its early emergence

More information

Rubber Processing and Production Organization

Rubber Processing and Production Organization Rubber Processing and Production Organization Rubber Processing and Production Organization Philip K. Freakley Institute of Polymer Technology Loughborough University of Technology Loughborough, United

More information

Representations of Integers as Sums of Squares

Representations of Integers as Sums of Squares Representations of Integers as Sums of Squares Emil Grosswald Representations of Integers as Sums of Squares Springer-Verlag New York Berlin Heidelberg Tokyo Emil Grosswald Temple University College of

More information

WITPRESS WIT Press publishes leading books in Science and Technology. Visit our website for the current list of titles.

WITPRESS WIT Press publishes leading books in Science and Technology. Visit our website for the current list of titles. Petroleum Resources with Emphasis on Offshore Fields WITPRESS WIT Press publishes leading books in Science and Technology. Visit our website for the current list of titles. www.witpress.com WITeLibrary

More information

Spotlight on Modern Transformer Design

Spotlight on Modern Transformer Design Power Systems Pavlos S. Georgilakis Spotlight on Modern Transformer Design With 121 figures 123 Pavlos S. Georgilakis, Asst. Prof. Department of Production Engineering and Management Technical University

More information

LOW POWER DESIGN METHODOLOGIES

LOW POWER DESIGN METHODOLOGIES LOW POWER DESIGN METHODOLOGIES LOW POWER DESIGN METHODOLOGIES edited by Jan M. Rabaey University Califomia and Massoud Pedram University of Southem Califomia SPRINGER SCIENCE+BUSINESS MEDIA, LLC ISBN 978-1-46

More information

A GRASP HEURISTIC FOR THE COOPERATIVE COMMUNICATION PROBLEM IN AD HOC NETWORKS

A GRASP HEURISTIC FOR THE COOPERATIVE COMMUNICATION PROBLEM IN AD HOC NETWORKS A GRASP HEURISTIC FOR THE COOPERATIVE COMMUNICATION PROBLEM IN AD HOC NETWORKS C. COMMANDER, C.A.S. OLIVEIRA, P.M. PARDALOS, AND M.G.C. RESENDE ABSTRACT. Ad hoc networks are composed of a set of wireless

More information

Electronic Equipment Reliability

Electronic Equipment Reliability Electronic Equipment Reliability Other titles in Electrical and Electronic Engineering A. R. Daniels: Introduction to Electrical Machines W. Gosling: A First Course in Applied Electronics B. A. Gregory:

More information

METHODOLOGY FOR THE DIGITAL CALIBRATION OF ANALOG CIRCUITS AND SYSTEMS

METHODOLOGY FOR THE DIGITAL CALIBRATION OF ANALOG CIRCUITS AND SYSTEMS METHODOLOGY FOR THE DIGITAL CALIBRATION OF ANALOG CIRCUITS AND SYSTEMS METHODOLOGY FOR THE DIGITAL CALIBRATION OF ANALOG CIRCUITS AND SYSTEMS with Case Studies by Marc Pastre Ecole Polytechnique Fédérale

More information

Industrial and Systems Engineering

Industrial and Systems Engineering Industrial and Systems Engineering 1 Industrial and Systems Engineering Industrial and Systems Engineers plan, design, implement, and analyze systems. This engineering discipline is where technology, people,

More information

LAW AND ECONOMICS AND THE ECONOMICS OF LEGAL REGULATION

LAW AND ECONOMICS AND THE ECONOMICS OF LEGAL REGULATION LAW AND ECONOMICS AND THE ECONOMICS OF LEGAL REGULATION INTERNATIONAL STUDIES IN ECONOMICS AND ECONOMETRICS Volume 13 1. Harder T: Introduction to Mathematical Models in Market and Opinion Research With

More information

MODERN DAIRY TECHNOLOGY

MODERN DAIRY TECHNOLOGY MODERN DAIRY TECHNOLOGY Volume 1 Advances in Milk Processing Second Edition MODERN DAIRY TECHNOLOGY Volume 1 Advances in Milk Processing Second Edition Edited by R. K. Robinson Department of Food Science

More information

Plenum Publishing Corporation London and New York

Plenum Publishing Corporation London and New York NATO ASI Series Advanced Science Institutes Series A series presenting the results of activities sponsored by the NA TO Science Committee, which aims at the dissemination of advanced scientific and technological

More information

Manufacturing Challenges in Electronic Packaging

Manufacturing Challenges in Electronic Packaging Manufacturing Challenges in Electronic Packaging Manufacturing Challenges in Electronic Packaging Y.C. Lee University of Colorado, Boulder, CO, USA and WT. Chen formerly a Senior Technical Staff Member,

More information

Self-optimization Technologies for Small Cells: Challenges and Opportunities. Zhang Qixun Yang Tuo Feng Zhiyong Wei Zhiqing

Self-optimization Technologies for Small Cells: Challenges and Opportunities. Zhang Qixun Yang Tuo Feng Zhiyong Wei Zhiqing Self-optimization Technologies for Small Cells: Challenges and Opportunities Zhang Qixun Yang Tuo Feng Zhiyong Wei Zhiqing Published by Science Publishing Group 548 Fashion Avenue New York, NY 10018, U.S.A.

More information

TRADE, INNOVATION, ENVIRONMENT

TRADE, INNOVATION, ENVIRONMENT TRADE, INNOVATION, ENVIRONMENT FONDAZIONE ENI ENRICO MATTEI (FEEM) SERIES ON ECONOMICS, ENERGY AND ENVIRONMENT This series serves as an outlet for the main results of FEEM' s research programmes in the

More information

BIOMEDICAL E T H I C S REVIEWS

BIOMEDICAL E T H I C S REVIEWS HUMAN CLONING BIOMEDICAL E T H I C S REVIEWS Edited by James M. Humber and Robert F. Almeder BOARD OF EDITORS William Bechtel Washington University St. Louis, Missouri William J. Curran Harvard School

More information

APPLICATION FOR APPROVAL OF A IENG EMPLOYER-MANAGED FURTHER LEARNING PROGRAMME

APPLICATION FOR APPROVAL OF A IENG EMPLOYER-MANAGED FURTHER LEARNING PROGRAMME APPLICATION FOR APPROVAL OF A IENG EMPLOYER-MANAGED FURTHER LEARNING PROGRAMME When completing this application form, please refer to the relevant JBM guidance notably those setting out the requirements

More information

PROGRAmmiNG for C.OFTWARE

PROGRAmmiNG for C.OFTWARE PROGRAmmiNG for C.OFTWARE ~ H A R I N G O ~ [ J O O A 1 - - C O U R 8 ~ 8 ON INFORMATION SCIENCE A series devoted to the publication of courses and educational seminars given at the J oint Research Centre,

More information

Early Adopter : Multiprocessor Programming in the Undergraduate Program. NSF/TCPP Curriculum: Early Adoption at the University of Central Florida

Early Adopter : Multiprocessor Programming in the Undergraduate Program. NSF/TCPP Curriculum: Early Adoption at the University of Central Florida Early Adopter : Multiprocessor Programming in the Undergraduate Program NSF/TCPP Curriculum: Early Adoption at the University of Central Florida Narsingh Deo Damian Dechev Mahadevan Vasudevan Department

More information

Advanced Electronic Circuits

Advanced Electronic Circuits U. Tietze Ch. Schenk Advanced Electronic Circuits Wi th the Assistance of E. Schmid With 570 Figures Springer-Verlag Berlin Heidelberg New York 1978 Dr.-Ing. Ulrich Tietze Dr.-Ing. Christoph Schenk Universitat

More information

HYBRID NEURAL NETWORK AND EXPERT SYSTEMS

HYBRID NEURAL NETWORK AND EXPERT SYSTEMS HYBRID NEURAL NETWORK AND EXPERT SYSTEMS HYBRID NEURAL NETWORK AND EXPERT SYSTEMS by Larry R. Medsker Department of Computer Science and Information Systems The American University... " Springer Science+Business

More information

Requirements Engineering for Digital Health

Requirements Engineering for Digital Health Requirements Engineering for Digital Health Samuel A. Fricker Christoph Thümmler Anastasius Gavras Editors Requirements Engineering for Digital Health Editors Samuel A. Fricker Blekinge Institute of Technology

More information

Architectures for Enterprise Integration

Architectures for Enterprise Integration Architectures for Enterprise Integration Architectures for Enterprise Integration Edited by Peter Bernus Griffith University Queensland Australia Laszlo Nemes CS/RO Victoria Australia and Theodore.J. Williams

More information

HANDBOOK OF TABLEAU METHODS

HANDBOOK OF TABLEAU METHODS HANDBOOK OF TABLEAU METHODS HANDBOOK OF TABLEAU METHODS Edited by MARCELLO D' AGOSTINO Universita di Ferrara, Ferrara, Italy DOV M. GABBAY King's College, London, United Kingdom REINER HAHNLE Universitiit

More information