Case Study: Implementing a Web Based Auction System Using UML and Component-Based Programming

Total Page:16

File Type:pdf, Size:1020Kb

Case Study: Implementing a Web Based Auction System Using UML and Component-Based Programming Case Study: Implementing a Web Based Auction System using UML and Component-Based Programming Frederick T. Sheldon and Kshamta Jerath Young-Jik Kwon and Young-Wook Baik Software Engrng. for Dependable Systems Lab School of Computer and Information Sch. of Electrical Engrng. & Computer Science Engineering Washington State University, Pullman, USA. Daegu University, Korea. [email protected] | [email protected] [email protected] | [email protected] Abstract To do this, we need an effective programming methodology. Object Oriented Programming (OOP) This paper presents a case study highlighting the best method has been used in the past because it was thought practices for designing and building a web-based auction to conquer the problems mentioned, just as structure and system using UML (Unified Model Language) and encapsulation improve reusability in a semiconductor chip component-based programming. We use the Use Case, or component [2]. However, OOP doesn’t guarantee Class, Sequence, and Component Diagrams offered by reusability and is unsuitable for a large-scale project UML for designing the system. This enables new functions because of the complexity of relations among the objects. to be added and updated easily. Our implementation, with Moreover, it is difficult to support perfect encapsulation its basis in component-based programming, enabled us to due to inheritance among classes. develop a highly maintainable system with a number of The Unified Modeling Language (UML) has emerged reusable components: the MethodofBidding (the bidder to provide a standardized notation for describing Object- can bid at three different frequencies - fast, medium or oriented models. However, for the UML notation to be leisurely), the Certification (Identity verification function), effectively applied, it must be used in conjunction with an and the RegistrationGood (Product entry function) Object-Oriented Analysis and Design method [3]. Object- Components. Further, the system uses intelligent agents Oriented Analysis and Design (OOAD) describes a that permit fair help to bidders participating in auctions community of methodologies for producing business and at the same time achieve maximum profit for the component based software. The methodology outlines the seller. The design and implementation environment, along system development lifecycle identifying the tasks and with the tools used, provide excellent support for the deliverables in an object-oriented project. Using a successful development of the system. combination of UML notation and OOAD (Object- Oriented Analysis and Design) process, we can reduce the system development life cycle, easily maintain the system, 1. Introduction and improve the reusability of modules. Component-based programming also results in maintainable and reusable In the past few years, the electronic marketplace has code. witnessed an exponential growth in worth, size, and Consequently, we design and implement the Web- usability. Projections indicate that this trend will intensify based auction system using UML and components. The in the coming years [1]. With the help of the fast-growing web-enabled auction system uses four UML Diagrams and Internet environment, the products that were previously three components that are reusable at the specification purchased in a traditional market (i.e., Brick-and-Mortar) level. The process models used for the development of the can be obtained conveniently via online auction systems. system are shown in Figure 1a and Figure 1b. Online auctions are a major component of the electronic In this paper, Section 2 discusses the background marketplace that makes use of electronic commerce information and related research in the areas of UML, mechanisms. components and auction systems. Sections 3 and 4 In this case study, we undertake the task of designing describe our empirical study, and the results and analysis and developing a Web-based auction system that satisfies of the study respectively. Finally, the conclusion and the the requirements of ease of use, adaptability to changing future research direction are presented in Section 5. requirements, maintainable and has scope for reusability. Input Output Input Output UML and Tools Process (Independent Variable) (Dependent Variable) (Independent Variable) (Dependent Variable) - Use Case Diagram - Auction Algorithm - Three bidding method -Desktop Pentium III 1Ghz - Class Diagram - Learning Algorithm - Purchaser's Verificiation System Analysis and - Windows 2000 & Linux 7.0 - Sequence Diagram - Bid history update Web-based Auction Function Design for Implementing a - Tomcat Servlet Server, - Component Diagram - Manual bidding System - Seller's Product entry Web-based Auction System Apache Web Server - Component Based Prog. - Register Goods function - HTML, Java and MySQL (EJB) - Chatting Figure 1a. Process for analysis and design - Reusability - Maintainability Measurement Variables 2. Background and related research Figure 1b. Implementation and test of the web-based auction system Developing an online auction system requires making include design of component integration frameworks to decisions and selecting technologies to support those prescribe an architecture that permits flexible composition decisions. Some background information and related of third-party components into applications [15], web research on the technologies that we employed are design reuse vis-à-vis code reuse [16], and reusability of presented here. components for quality software [17]. We implemented the auction system using component 2.1. Unified Modeling Language based programming for easy maintenance as well as Traditionally, requirements analysis consisted of convenient reuse of these components. Three reusable identifying relevant data and functions that a software components were developed – MethodofBidding, system would support. The data to be handled by the Certification and RegistrationGood Components, each system could be described in terms of entity-relationship handling specific and well-defined functions in the diagrams, while the functions could be described in terms auction system. of data flows [4]. Object-oriented software development utilizes new design methodologies, and computer-aided 2.3. Auction systems software engineering tools such as Rational Rose can Auction systems are a major component of the support these methodologies [5]. The UML (Unified electronic marketplace that allow users at any site to sell Modeling Language) is a language used to specify, and buy products. The sellers set up auctions for their visually model [6], and document the artifacts of an products while the purchaser who bids the highest amount Objected-Oriented system under development. It wins the right to purchase the product in an auction. represents the unification of a number of ideas from Previous studies on auction systems include those by different methodologists. Using UML to design a system Jane Hillston and Leila Kloul, Martin Bichler, Kao et. al. improves its maintainability and reusability. Object- Sandholm, Baik and Kim, Wooksun Shin [18]~[23]. oriented analysis techniques offer class, use case, state In considering the above studies, we used an agent- chart, sequence, and other diagrammatic notations for based approach for our implementation. We used three modeling [7]. UML has been used successfully in kinds of agents – PurchaserAgent, SellerAgent and numerous projects to model varying architectures and FacilitatorAgent. The SellerAgent provides the function of requirements. [8-13]. registering goods for an auction to the sellers. This design We selected Use Case Diagrams, Sequence Diagrams maximizes the probability that the product auctioned will and Component Diagrams for analyzing the user’s sell. The second agent is the PurchaserAgent that requires requirements, the ordering of messages and documenting bidding to buy and it suggests a proper bidding price by relationship among components. We selected Class analyzing the bidding history of the bidding competitor. Diagrams for representing the static structure of classes. The third agent is the FacilitatorAgent that plays the role of an auctioneer and enables a bidder to look at the other 2.2. Component-based programming person’s auction history while bidding for and buying a Component-Based programming enables fast product. deployment of maintainable software by reusing prefabricated components that are independent executable 3. System analysis and design units. Individual components can be custom-made to meet A detailed empirical study based on the above stated new requirements and can be rearranged in different research is presented. The system was designed keeping in compositions. Reusability and Maintainability are the two mind the requirements of the industrial partner. The main advantages of component-based programming. system design and the algorithms employed are described Components are highly reusable units of functionality in this section. and they let developers conceptualize software as inter- connectable blocks [14]. Research topics in this area Figure 2. Scenario of auction process Figure 4. Purchaser’s use case diagram Diagram that represents the Purchaser’s behavior. It 3.1. Scenario-based specification defines the behavior of the purchaser while participating in an auction after login. Scenario-based specifications allow an intuitive way of visualizing, understanding and analyzing the system 3.2.2. Class diagram. The Class Diagram is the most design requirements.
Recommended publications
  • Dynamic Spectrum Auction in Wireless Communication
    SpringerBriefs in Electrical and Computer Engineering [email protected] More information about this series at http://www.springer.com/series/10059 [email protected] Yanjiao Chen • Qian Zhang Dynamic Spectrum Auction in Wireless Communication 2123 [email protected] Yanjiao Chen Qian Zhang Department of Computer Science Department of Computer Science and Engineering and Engineering Hong Kong University of Science Hong Kong University of Science and Technology and Technology Kowloon Kowloon Hong Kong SAR Hong Kong SAR ISSN 2191-8112 ISSN 2191-8120 (electronic) SpringerBriefs in Electrical and Computer Engineering ISBN 978-3-319-14029-2 ISBN 978-3-319-14030-8 (eBook) DOI 10.1007/978-3-319-14030-8 Library of Congress Control Number: 2015930014 Springer Cham Heidelberg New York Dordrecht London © The Author(s) 2015 This work is subject to copyright. All rights are reserved by the Publisher, whether the whole or part of the material is concerned, specifically the rights of translation, reprinting, reuse of illustrations, recitation, broadcasting, reproduction on microfilms or in any other physical way, and transmission or information storage and retrieval, electronic adaptation, computer software, or by similar or dissimilar methodology now known or hereafter developed. The use of general descriptive names, registered names, trademarks, service marks, etc. in this publication does not imply, even in the absence of a specific statement, that such names are exempt from the relevant protective laws and regulations and therefore free for general use. The publisher, the authors and the editors are safe to assume that the advice and information in this book are believed to be true and accurate at the date of publication.
    [Show full text]
  • Ascending Auctions with Package Bidding
    Frontiers of Theoretical Economics Volume 1, Issue 1 2002 Article 1 Ascending Auctions with Package Bidding Lawrence M. Ausubel∗ Paul R. Milgrom† ∗University of Maryland, [email protected] †Stanford University, [email protected] Copyright c 2002 by the authors. All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, elec- tronic, mechanical, photocopying, recording, or otherwise, without the prior written permis- sion of the publisher, bepress, which has been given certain exclusive rights by the author. Frontiers of Theoretical Economics is produced by The Berkeley Electronic Press (bepress). http://www.bepress.com/bejte Ascending Auctions with Package Bidding Lawrence M. Ausubel and Paul R. Milgrom Abstract A family of ascending package auction models is introduced in which bidders may determine their own packages on which to bid. In the proxy auction (revelation game) versions, the outcome is a point in the core of the exchange economy for the reported preferences. When payoffs are linear in money and goods are substitutes, sincere reporting constitutes a Nash equilibrium and the outcome coincides with the Vickrey auction outcome. Even when goods are not substitutes, ascending proxy auction equilibria lie in the core with respect to the true preferences. Compared to the Vickrey auction, the proxy auctions generate higher equilibrium revenues, are less vulnerable to shill bidding and collusion, can handle budget constraints much more robustly, and may provide better ex ante investment incentives. KEYWORDS: auction theory, FCC auctions, package bidding, combinatorial bidding, activity rule, bid Improvement rule, e-commerce, electronic commerce Ausubel and Milgrom: Ascending Package Auctions 1.
    [Show full text]
  • Peer-To-Peer Energy Trading in Virtual Power Plant Based on Blockchain Smart Contracts
    Received August 5, 2020, accepted September 18, 2020, date of publication September 23, 2020, date of current version October 6, 2020. Digital Object Identifier 10.1109/ACCESS.2020.3026180 Peer-to-Peer Energy Trading in Virtual Power Plant Based on Blockchain Smart Contracts SERKAN SEVEN1, GANG YAO 2, (Member, IEEE), AHMET SORAN3, (Member, IEEE), AHMET ONEN 4, (Member, IEEE), AND S. M. MUYEEN 5, (Senior Member, IEEE) 1Software Engineering Department, Abdullah Gül University, 38080 Kayseri, Turkey 2Sino-Dutch Mechatronics Engineering Department, Shanghai Maritime University, Shanghai 201306, China 3Computer Engineering Department, Abdullah Gül University, 38080 Kayseri, Turkey 4Electrical-Electronics Engineering Department, Abdullah Gül University, 38080 Kayseri, Turkey 5School of Electrical Engineering Computing and Mathematical Sciences, Curtin University, Perth, WA 6102, Australia Corresponding author: Ahmet Onen ([email protected]) This work was supported by the Shanghai Science and Technology Committee Foundation under Grant 19040501700. ABSTRACT A novel Peer-to-peer (P2P) energy trading scheme for a Virtual Power Plant (VPP) is proposed by using Smart Contracts on Ethereum Blockchain Platform. The P2P energy trading is the recent trend the power society is keen to adopt carrying out several trial projects as it eases to generate and share the renewable energy sources in a distributed manner inside local community. Blockchain and smart contracts are the up-and-coming phenomena in the scene of the information technology used to be considered as the cutting-edge research topics in power systems. Earlier works on P2P energy trading including and excluding blockchain technology were focused mainly on the optimization algorithm, Information and Communication Technology, and Internet of Things.
    [Show full text]
  • Transaction Machines The
    TRANSACTION MACHINES THE INFRASTRUCTURE OF FINANCIAL MARKETS Bogdan Dragos PhD Thesis Centre for Cultural Studies Goldsmiths, University of London May 2016 Declaration The work presented in this thesis is the candidate’s own. Bogdan DraGos London, October 2015 2 Abstract This thesis describes financial markets as complex machines in the broader sense, as systems for organizing informational flows and performing certain functions in regards to the processing of transactions. We focus on the transaction infrastructure of financial markets, on the flow architecture that allows transactions to happen in the first place. First, in order for a financial market to function there needs to be some mechanism for aggregating and matching disparate transactional requests. Another mechanism is then needed in order to untangle and reduce the complexity of overlapping exposures between participants. The history of finance shows us that there are indeed certain patterns and regularities, procedures and mechanisms present in any system that processes financial transactions. The thesis describes this sequence of functions as transaction machines, understood as complex socio- technical systems for the execution of financial transactions. This is achieved by leveraging a specific philosophical account of technology coupled with a computational and evolutionary account of financial markets. We ultimately focus two types of transaction machines, performing the matching and clearing of financial flows, acting as the infrastructure of financial markets. We also provide a sketch for an evolutionary trajectory of these machines, evolving under the demands and needs of marker participants. From medieval fairs to the millisecond electronic platforms of today, transaction machines have gradually transitioned from human- based ‘hardware’ to electronic automated platforms.
    [Show full text]
  • Internet Auction Processes and Mechanisms Timothy L. Y. Leung
    Internet Auction Processes and Mechanisms by Timothy L. Y. Leung Submitted to the Department of Computing in partial fulfillment of the requirements for the degree of Doctor of Philosophy at IMPERIAL COLLEGE LONDON June 2012 c Timothy L. Y. Leung, MMXII. All rights reserved. The author hereby grants to Imperial College London permission to reproduce and distribute publicly paper and electronic copies of this thesis document in whole or in part. Author.............................................................. Department of Computing June 30, 2012 Certified by. William J. Knottenbelt Reader in Applied Performance Modelling Thesis Supervisor Accepted by . Amani El-Kholy PhD Administrator, Department of Computing 2 Abstract The nature of E-commerce over the Internet has seen significant changes over the years. Instead of companies selling items to consumers, consumers are increasingly selling items to fellow consumers on a global-scale, and Internet auctions have been the mechanism of choice in achieving this. In fact, auctioning allows the departure from the fixed price model, which some regard as too rigid to be able to respond swiftly to varying supply and demand fluctuations and changes, and the Internet plays a pivotal role in catalysing the widespread acceptance of such a variable pricing model on a global scale. Internet auctions exhibit characteristics which are often not shared by conven- tional auctions, e.g. auctions of fixed duration which encourage sniping (bidders submit their bids moments before the close of an auction thereby preventing other bidders from submitting counter-bids), the acceptance of multiple bids in a single auction, and a maximum threshold whereby the auction will terminate at that price point.
    [Show full text]
  • Universidade Federal Do Pará Instituto De Ciências Exatas E Naturais Faculdade De Computação Curso De Bacharelado Em Sistemas De Informação
    UNIVERSIDADE FEDERAL DO PARÁ INSTITUTO DE CIÊNCIAS EXATAS E NATURAIS FACULDADE DE COMPUTAÇÃO CURSO DE BACHARELADO EM SISTEMAS DE INFORMAÇÃO JULIO DE PÁDUA LOPES MENEZES ABORDAGENS PARA O ENSINO E APRENDIZAGEM DE ALGORITMOS OU EQUIVALENTE COM BASE EM ELEMENTOS DE JOGOS: UM ESTUDO A PARTIR DO MAPEAMENTO SISTEMÁTICO DA LITERATURA Belém-Pará 2018 JULIO DE PÁDUA LOPES MENEZES ABORDAGENS PARA O ENSINO E APRENDIZAGEM DE ALGORITMOS OU EQUIVALENTE COM BASE EM ELEMENTOS DE JOGOS: UM ESTUDO A PARTIR DO MAPEAMENTO SISTEMÁTICO DA LITERATURA Trabalho de Conclusão de Curso apresentado como requisito parcial para a obtenção do título de Bacharel em Sistemas de Informação pela Universidade Federal do Pará. Orientadora: Profª. Dra. Marianne Kogut Eliasquevici. Belém-Pará 2018 JULIO DE PÁDUA LOPES MENEZES ABORDAGENS PARA O ENSINO E APRENDIZAGEM DE ALGORITMOS OU EQUIVALENTE COM BASE EM ELEMENTOS DE JOGOS: UM ESTUDO A PARTIR DO MAPEAMENTO SISTEMÁTICO DA LITERATURA Trabalho de Conclusão de Curso apresentado como requisito parcial para a obtenção do título de Bacharel em Sistemas de Informação pela Universidade Federal do Pará. Orientadora: Profª. Dra. Marianne Kogut Eliasquevici. Aprovado em: Conceito: BANCA EXAMINADORA: __________________________________________ Profa. Dra. Marianne Kogut Eliasquevici Orientadora (FACOMP/UFPA) _______________________________________________ Prof. Dr. Sandro Ronaldo Bezerra Oliveira Avaliador (FACOMP/UFPA) _________________________________________________ Me. Lennon Sales Furtado Avaliador externo Dedico este trabalho à Sandra Lopes Menezes, pela inspiração nos estudos: “nunca é tarde para iniciar novos estudos!” AGRADECIMENTOS Agradeço a todos os familiares, amigos, colegas e professores que, de forma direta ou indireta, contribuíram para a conclusão de mais uma graduação. Em especial minha querida Kamila B. Menezes, pelo incentivo, paciência e apoio incessantes em todos os momentos, durante os quatro anos e meio de curso.
    [Show full text]
  • Auctioning Payment Entitlements Kurt Nielsen
    Auctioning Payment Entitlements Kurt Nielsen Food and Resource Economics Institute, The Royal Veterinary and Agricultural University, Rolighedsvej 25C, DK-1958 Frederiksberg C [email protected] Paper prepared for presentation at the 11th Congress of the EAAE (European Association of Agricultural Economists), ‘The Future of Rural Europe in the Global Agri-Food System’, Copenhagen, Denmark, August 24-27, 2005 Copyright 2005 by Kurt Nielsen. All rights reserved. Readers may make verbatim copies of this document for non-commercial purposes by any means, provided that this copyright notice appears on all such copies. Auctioning Payment Entitlements Kurt Nielsen∗ August 2005 Abstract Payment entitlements is a new commodity that arises from the new European common agricultural policy. The agricultural subsidies are decoupled from the actual production and replaced by the so-called payment entitlements. A payment entitlement has a farm specific value and may be freely traded. This paper discusses the complexity of this new market and suggests an auction that simplifies the complexity. The suggested auction allows a buyer to simultaneously bid on all payment entitlements. The prices are found by a tatonnement that monotonically approximates the equilibrium prices for the different types of payment entitlements for sale. The auction enhances the competition and efficiency of the market, which is essential for the individual members of the European Union in order for them to receive their entitled subsidies. Keywords: Auction, multiple goods, bidding agents, tatonnement, agricultural subsidies. JEL Classification: D44, Q13. 1 Introduction For various reasons agriculture has been heavily subsidized in many countries around the world for quite some time (especially in the past 3-4 decades).
    [Show full text]
  • Assignment Algorithms
    Lecture 8: Assignment Algorithms Prof. Krishna R. Pattipati Dept. of Electrical and Computer Engineering University of Connecticut Contact: [email protected]; (860) 486-2890 © K. R. Pattipati, 2001-2016 Outline • Examples of assignment problems • Assignment Algorithms . Auction and variants . Hungarian Algorithm (also called Kuhn-Munkres Algorithm) . Easy to understand, but not for practical applications . Successive shortest path algorithm (Hungarian; Jonker, Volgenant and Castanon (JVC)) . Signature … Not efficient computationally • Special cases • M-Best Assignment Algorithms . Murty (1968) . Stone & Cox (1995) . Popp, Pattipati & Bar-Shalom (1999) VUGRAPH 2 Examples of assignment problems • Assignment problem . Also known as weighted bipartite matching problem • Bipartite graph . Has two sets of nodes 푆, 푇 ⇒ 푉 = 푆 ∪ 푇 . And a set of edges 퐸 connecting them • A matching on a bipartite graph G = (S, T, E) is a subset of edges 푋 ∈ 퐸 ∋ no two edges in 푋 are incident to the same node Matching S T 1 1 2 2 3 3 4 4 5 . Nodes 1, 2, 3, 4 of 푆 are matched or covered . Node 5 is uncovered or exposed VUGRAPH 3 Matching problems • Two types of matching problems: m = |S|; n = |T| . Cardinality matching problem o Find a matching with maximum number of arcs max xij (,)i j E s.t. xij 1 i xij 1 j xij 0,1 . Weighted matching problem or the assignment problem maxwij x ij or min c ij x ij , c ij w ij (,)(,)i j E i j E s.t. xij 1 i 1, , n (or =) (,)i j E xij 1 j 1, , m (,)i j E (or =) xij 0,1 o Problem can also be written as σ max훼 푖 푤푖훼푖 훼 ~ permutation of columns of 푊 (= assignment of object i to person i) VUGRAPH 4 Examples of assignment problems .
    [Show full text]
  • Auction Algorithms for Network Flow Problems
    May 1992 LIDS - P - 2108 Auction Algorithms for Network Flow Problems: A Tutorial Introduction 1 by Dimitri P. Bertsekas2 Abstract This paper surveys a new and comprehensive class of algorithms for solving the classical linear network flow problem and its various special cases such as shortest path, max-flow, assignment, transportation, and transhipment problems. The prototype method, from which the other algorithms can be derived, is the auction algorithm for the assignment problem. This is an intuitive method that operates like a real auction where persons compete for objects by raising their prices through competitive bidding; the prices can be viewed as dual variables. Conceptually, auction algorithms represent a significant departure from the cost improvement idea that underlies primal simplex and dual ascent methods; at any one iteration, they may deteriorate both the primal and the dual cost. Auction algorithms perform very well for several important types of problems, both in theory and in practice, and they are also well suited for parallel computation. 1 Research supported by NSF under Grant No. DDM-8903385 and Grant CCR-9103804, and by the ARO under Grant DAAL03-86-K-0171. To be published in the Journal of Computational Optimization and its Applications. 2 Laboratory for Information and Decision Systems, M.I.T, Cambridge, Mass. 02139. 1 Contents 1. Introduction .............................. p.4 2. Assignment by Naive Auction ...................... p.5 The Naive Auction Algorithm .......................... p.6 3. !-Complementary Slackness and the Auction Algorithm . p. 7 The Auction Algorithm ............................. p.8 !-Scaling ...................................p.10 Dealing with Infeasibility ............................p.12 Profits and Reverse Auction ...........................p.14 Combined Forward and Reverse Auction .
    [Show full text]
  • Transaction Machines the Infrastructure Of
    TRANSACTION MACHINES THE INFRASTRUCTURE OF FINANCIAL MARKETS Bogdan Dragos PhD Thesis Centre for Cultural Studies Goldsmiths, University of London Declaration The work presented in this thesis is the candidate’s own. Bogdan Dragos London, October 2015 2 Abstract This thesis describes financial markets as technological systems in the broader sense, as ways of organizing informational flows and performing certain functions in regards to the processing of transactions. We focus on the transaction infrastructure of financial markets, sometimes called the ‘plumbing’ of finance, which allows transactions to happen. Firstly, in order for a financial market to function there needs to be some mechanism for aggregating and matching disparate transactional requests. Another mechanism is then needed in order to untangle and reduce the complexity of overlapping exposures between participants. This sequence of functions, composed of very specific step-by-step procedures and operations, represents the infrastructure of financial markets. The history of finance shows us that there are indeed certain patterns and regularities, procedures and mechanisms present in any system that processes financial transactions. To this aim, we put forward the notion of transaction machines, understood as complex technological systems for the execution of financial transactions. This is achieved by leveraging a specific philosophical account of technological systems coupled with a computational and evolutionary account markets. We ultimately focus two types of transaction machines, performing the matching and clearing of financial flows, allowing financial markets to work. We also provide a sketch for an evolutionary trajectory of these machines. From medieval fairs to the millisecond electronic platforms of today, transaction machines evolved under the demands and needs of marker participants.
    [Show full text]
  • A Descending Price Auction for Matching Markets
    A Descending Price Auction for Matching Markets Shih-Tang Su Jacob D. Abernethy Grant Schoenebeck Vijay G. Subramanian Abstract This work presents a descending-price-auction algorithm to obtain the maximum market- clearing price vector (MCP) in unit-demand matching markets with m items by exploiting the combinatorial structure. With a shrewd choice of goods for which the prices are reduced in each step, the algorithm only uses the combinatorial structure, which avoids solving LPs and enjoys a strongly polynomial runtime of O(m4). Critical to the algorithm is determining the set of under-demanded goods for which we reduce the prices simultaneously in each step of the algorithm. This we accomplish by choosing the subset of goods that maximize a skewness function, which makes the bipartite graph series converges to the combinatorial structure at the maximum MCP in O(m2) steps. A graph coloring algorithm is proposed to find the set of goods with the maximal skewness value that yields O(m4) complexity. arXiv:1607.04710v2 [cs.GT] 4 Nov 2017 1 1 Introduction Online Advertising is an over $70 billion businesswith double-digit growth in consecutive years over a period of many years. Since nearly all of the ads are sold via auction mechanisms, auction- based algorithm design, which focuses on the online advertising, has become an important class of mechanism design to study. Among all online advertising auctions, the sponsored search auction, also known as a keyword auction, is the one that most captures researchers' attention. In a typical sponsored search auction, the auctioneer has a set of web slots to sell and every advertiser has different valuations on different web slots.
    [Show full text]
  • Robust Iterative Combinatorial Auction Formats
    Fakult¨atf¨urWirtschaftswissenschaften der Technischen Universit¨atM¨unchen Bidding behavior in multi-item auctions - an experimental study Stefan Mayer, M.Sc. Vollst¨andigerAbdruck der von der Fakult¨atf¨urWirtschaftswissenschaften der Technischen Universit¨atM¨unchen zur Erlangung des akademischen Grades eines Doktors der Volkswirtschaft (Dr. oec. publ. ) genehmigten Dissertation. Vorsitzender: Univ.-Prof. Dr. Martin Grunow Pr¨uferder Dissertation: 1. Univ.-Prof. Dr. Martin Bichler 2. Univ.-Prof. Wolfgang Ketter, Ph.D. Erasmus Universit¨at Rotterdam, Niederlande Die Dissertation wurde am 20.08.2014 bei der Technischen Universit¨at M¨unchen eingereicht und durch die Fakult¨atf¨urWirtschaftswissenschaften am 15.04.2015 angenommen. Abstract For many years auctions are used as a process of buying and selling goods or services. Often not only a single item but several ones are auctioned, which increases, among others, the complexity in terms of computation and communication, since more (combinations of) items have to be evaluated and submitted. Our contribution is two fold. First, sealed-bid procurement auctions with two different items from the same product are tested. Since homogeneous goods are auctioned, the items are called lots. Second, we analyze sealed-bid and dynamic combinatorial auctions that are frequently used in practice for the sales of spectrum licenses. The bidders' complexity increases, since they have to evaluate a large number of different combinations of items, so called bundles. In our environment up to 2,400 different bundles are possible. In the procurement context, two sealed-bid single-item multiple lot split-award auctions are considered, namely the parallel and the Yankee auction. These mechanisms are multi-object extensions of the first-price sealed-bid (reverse) auction and can be found regularly in procurement practice.
    [Show full text]