Spring 2007 [Pdf]

Spring 2007 [Pdf]

Le Bulletin du CRM • www.crm.umontreal.ca • Printemps/Spring 2007 | Volume 13 – No 1 | Le Centre de recherches mathématiques Fall Thematic Program Semester: Applied Dynamical Systems by Tony Humphries (McGill University) The Fall Semester of 2007 at the CRM will be lytical and numerical challenges. Thus, the semester will focus devoted to Applied Dynamical Systems. The on two themes. Firstly, the use of dynamical systems in applica- semester will consist of 6 main workshops, with tions, principally in physiology, and secondly the development 5 taking place at the CRM, and a joint AARMS – of new numerical and dynamical systems tools needed in the CRM workshop in Halifax. Graduate student study of such problems. However, in reality applications, anal- and early career scientist participation is en- ysis and numerical methods are all interconnected and some couraged. Two of the Montréal workshops will aspects of all three will be found in each of the workshops. be preceded by graduate level minicourses, and there will also The semester will begin with a workshop on Advanced Al- be two semester long advanced graduate courses as part of the gorithms and Numerical Software for the Bifurcation Analysis of ISM applied mathematics programme. Dynamical Systems (2 – 7 July 2007) organised by E. Doedel Dynamical systems theory describes (Concordia) and H. Osinga (Bristol), qualitative and quantitative features with a preceding minicourse on 30 of solutions of systems of nonlinear June – 1 July 2007. This workshop differential equations, and has di- will address the numerical analysis verse roots in applications such as of discrete and continuous dynam- Poincaré’s work on planetary mo- ical systems that model important tion in the 19th century, the Fermi – physical phenomena. Specific top- Pasta – Ulam simulations of anhar- ics will include algorithms and soft- monic lattices in the 1950s, and ware for the computation and vi- the famous Lorenz equations. Al- sualization of bifurcations, invariant though a deep and beautiful theory manifolds, and traveling wave phe- of nonlinear dynamical systems has nomena, in nonlinear ordinary dif- resulted, dynamical systems which ferential equations, delay and func- arise in applications often fall out- tional differential equations, and in side the scope of much of this the- certain classes of partial differen- ory, either because they contain gen- tial equation, especially nonlinear eralisations to the dynamical sys- parabolic systems. This workshop tems paradigm, such as variable can be viewed as being part of a se- or state dependent delays or even ries of workshops that was started advanced arguments or noise, or by Yuri Kuznetsov at the CWI in because assumptions or conditions Amsterdam in the early 1990s, and within the theory do not apply. which has since been held regularly in Amsterdam, Utrecht, Bielefeld, Despite the difficulties, significant Gent, Sevilla, and Bristol. This will progress has been made in recent be the first workshop in the series to years in applying dynamical systems particularly in the areas be held outside Europe. The series has been influential in the of mathematical biology and physiology. This has led to an in- development of algorithms and software for bifurcation prob- creasing interest in new problems such as those with noncon- lems. It has also led to many new joint research projects related stant and distributed delays, which has given rise to new ana- (continued on page 13) • www.crm.umontreal.ca • The Workshops of the Combinatorial Optimization Theme Semester (June – December 2006) by Odile Marcotte (UQÀM and GERAD) The theme semester included five workshops whose varied line auctions; a mathematical model explaining that dramatic topics reflected the wide scope of combinatorial optimization, price change is an inherent characteristic of dynamic spot elec- a relatively recent field of mathematics. The first workshop, tricity markets; investigations into game theoretic considera- on Approximation Algorithms, took place from June 12 to June tions such as multiple ownership, contracts, limited informa- 14 and was attended by 70 participants. It was organized by tion, equilibria, etc. Michel Goemans from MIT and Joseph Cheriyan from the Uni- Overall, the workshop was very successful in highlighting key versity of Waterloo. Many combinatorial optimization prob- areas of research and encouraging cross-disciplinary work. The lems, such as the famous Traveling Salesman Problem and var- workshop stimulated many new open problems and was the ious network design problems, are NP-hard, which means that catalyst for new collaborations. Here is an example of the prob- it is unlikely that one will find a polynomial-time algorithm to lems that were discussed. Suppose that Internet bids, say, are solve them. One must then look for efficient approximation al- made over time for an object or objects. When the bid is made, gorithms, that is, polynomial-time algorithms providing solu- the seller must make a decision (accept or reject or announce tions whose value is relatively close to the optimal value. Find- an alternative price). What is the best strategy for the seller? An ing and proving an upper bound on the difference between the open question in this area is the following: suppose the set of approximate value and the optimal value is often a challenge, bids that can be accepted has a specific structure, for instance, requiring the use of sophisticated techniques from combina- the accepted bids must form an independent set in a given ma- torics and mathematical programming. troid M (several types of matroids have nice applications, e.g., One important problem for which approximation algorithms to selling airline seats belonging to several classes). If the bids have been proposed is the Steiner Tree Problem: given an undi- arrive in a random order, what is the best online algorithm for rected graph G, a weight for each edge of G and a subset R of this problem? It is conjectured that a factor e competitive algo- vertices of G, find a subtree of G that includes all the vertices rithm exists. in R and is of minimum total weight. Michel Goemans and The workshop on Hybrid Methods and Branching Rules in Combi- David Williamson described an approximation algorithm for natorial Optimization was organized by Vašek Chvátal, Canada the Steiner Tree Problem and other constrained forest problems Research Chair in Combinatorial Optimization at Concordia in a famous 1994 article, and out of the 26 lectures of the work- University. It was held during the week of September 18 – shop, 7 lectures dealt with versions of the Steiner Tree Prob- 22 and was attended by 67 participants. As mentioned be- lem or other network design problems. The other lectures dealt fore, combinatorial optimization problems, especially those with approximation algorithms for problems in the following that must be solved in practice, tend to be “intractable.” As a areas: graph homomorphisms, welfare maximization, cost al- result, diverse heuristic and exact methods to solve them have location, inventory control, submodular set functions, routing, been proposed by researchers belonging to several communi- cycle packing, lattices, machine scheduling, clustering, feed- ties. For instance, the problem Satisfiability or SAT (the archety- back arc sets, and game theory. Generally speaking, the work- pal NP-complete problem) has been studied by researchers in shop was very lively. Many of the foremost experts on approx- mathematical programming and researchers in constraint sat- imation algorithms were present in the audience, the lectures isfaction programming. The goal of the workshop was to bring were very well prepared, and the participants did not hesitate those two communities of researchers together, in order to fos- to ask questions when they did not understand the speakers’ ter exchanges on branching rules (used in most algorithms to assertions! solve intractable problems) and hybrid methods (i.e., meth- The workshop on Network Design: Optimization and Algorithmic ods combining heuristic search and branch-and-bound algo- Game Theory took place from August 14 to August 16 and was rithms). attended by 63 participants. It was organized by Shie Mannor The workshop featured 26 lectures, of which 8 dealt with and Adrian Vetta, both from McGill University, and brought to- SAT and related problems and algorithms (including resolu- gether academic and industrial researchers from mathematics, tion search, proposed by Vašek Chvátal). The other lectures computer science, engineering and economics. The goal was dealt with heuristic search methods, mixed integer program- to discuss the fundamental mathematical issues affecting net- ming, probabilistic branching rules, and methods combining work design and applications. Highlights included: theoreti- constraint programming and integer programming. Each day cal studies on the evolution of networks such as the Internet; of the workshop ended with a round table, and the workshop algorithmic approaches for efficient routing under restrictive (continued on page 14) network protocols; mechanism designs and algorithms for on- BULLETIN CRM–2 • www.crm.umontreal.ca • The André-Aisenstadt Chairs for the Combinatorial Optimization Theme Semester by Odile Marcotte (UQÀM and GERAD) The André-Aisenstadt chairs for the Combinatorial Optimization Theme Semester were Noga Alon from Tel Aviv Univer- sity and Paul Seymour from Princeton University. Noga Alon is one of the foremost experts in the world on extremal and probabilistic combinatorics, and Paul Seymour one of the leading experts on structure in graph theory. In the text below we describe some of the questions and results they addressed in their talks. Noga Alon By using the characterization of positive semidefinite matrices, it can be shown that the resulting mathematical program, The first two lectures by Noga Alon maximize ∑ aijxi · yj dealt with approximation results i∈R,j∈S for combinatorial optimization prob- subject to x ∈ S , y ∈ S for all i, j, lems. The topic of the first lecture i m j m was the approximation of a quantity is actually equivalent to a semidefinite program called SDP: known as the cut-norm of a matrix.

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    20 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us