Passa ai contenuti principali

12th International Symposium on Experimental Algorithms

Ricevo e giro per gli interessati
  12th International Symposium on Experimental Algorithms

                http://sea2013.dis.uniroma1.it
                        June 5-7, 2013
                        Rome, Italy

                      Call for Papers

------------------------------
--------------------------------------

IMPORTANT DATES

Submission deadline: January 23, 2013
Author notification: March 8, 2013
Camera-ready submission: March 24, 2013


AIMS & SCOPE

SEA, previously known as WEA (Workshop on Experimental Algorithms),
is an international forum for researchers in the area of design,
analysis, and experimental evaluation and engineering of algorithms,
as well as in various aspects of computational optimization and
its applications. The preceding symposia were held in Riga, Monte
Verita, Rio de Janeiro, Santorini, Menorca Island, Rome, Cape Cod,
Dortmund, Ischia Island, Crete, and Bordeaux.

The main theme of the symposium is the role of experimentation and
of algorithm engineering techniques in the design and evaluation of
algorithms and data structures. Submissions should present
significant contributions supported by experimental evaluation,
methodological issues in the design and interpretation of
experiments, the use of (meta-)heuristics, or application-driven
case studies that deepen the understanding of a problem's
complexity.


Topics of interest include, but are not limited to:

- Algorithm Engineering
- Algorithmic Libraries
- Algorithmic Mechanism Design
- Analysis of Algorithms
- Algorithms for Memory Hierarchies
- Approximation Techniques
- Bioinformatics
- Branch and Bound Algorithms
- Combinatorial and Irregular Problems
- Combinatorial Structures and Graphs
- Communication Networks
- Complex Networks
- Computational Geometry
- Computational Learning Theory
- Computational Optimization
- Computer Systems
- Cryptography and Security
- Data Streams
- Data Structures
- Distributed and Parallel Algorithms
- Evaluation of Algorithms for Realistic Environments
- Experimental Techniques and Statistics
- Graph Drawing
- Heuristics for Combinatorial Optimization
- Implementation, Testing, Evaluation and Fine-tuning
- Information Retrieval
- Integer Programming
- Logistics and Operations Management
- Machine Learning and Data Mining
- Mathematical Programming
- Metaheuristic Methodologies
- Multiple Criteria Decision Making
- Network Analysis
- Novel Applications of Algorithms in Other Disciplines
- On-line Problems
- Parallel Algorithms and Computing
- Railway Optimization using Algorithmic Methods
- Randomized Techniques
- Robotics
- Semidefinite Programming
- Simulation
- Software Repositories and Platforms for using Algorithms
- Telecommunications and Networking
- World Wide Web Algorithms


PROGRAM COMMITTEE

Vincenzo Bonifaci (co-chair)            (IASI-CNR, Rome, Italy)
Ulrik Brandes                          (U. Konstanz, Germany)
Daniel Delling                          (Microsoft Research, USA)
Giuseppe Di Battista                    (Roma Tre U., Italy)
Tobias Friedrich                        (U. Jena, Germany)
Ralf Klasing                            (CNRS & U. Bordeaux, France)
Arie Koster                            (RWTH Aachen U., Germany)
Pierre Leone                            (U. Geneva, Switzerland)
Leo Liberti                            (LIX, Ecole Polytechnique, France)
Andrea Lodi                            (U. Bologna, Italy)
Alberto Marchetti-Spaccamela (co-chair) (Sapienza U. Rome, Italy)
Nicole Megow                            (TU Berlin, Germany)
Frank Neumann                          (U. Adelaide, Australia)
Simon Puglisi                          (King's College London, UK)
Rajeev Raman                            (U. Leicester, UK)
Anita Schöbel                          (U. Goettingen, Germany)
Maria Serna                            (U. Politecnica de Catalunya, Spain)
Renato Werneck                          (Microsoft Research, USA)
Christos Zaroliagis                    (U. Patras & CTI, Greece)
Norbert Zeh                            (Dalhousie U., Canada)


PLENARY SPEAKERS

Andrew Goldberg      (Microsoft Research, USA)
Roberto Grossi        (U. Pisa, Italy)
Martin Skutella      (TU Berlin, Germany)


SUBMISSIONS

Authors are invited to submit high-quality manuscripts reporting
original unpublished research and recent developments in the topics
related to the symposium. Simultaneous submission to other
conferences or workshops with published proceedings is not allowed.

Submissions must not exceed 12 pages formatted according to LNCS
style plus an optional, clearly marked appendix of reasonable
length (to be read at the program committee's discretion). All papers
will be peer reviewed and comments will be provided to the authors.

The submission system can be accessed via
http://sea2013.dis.uniroma1.it/.


PROCEEDINGS

Accepted papers will appear in the SEA 2013 proceedings published
by Springer in the LNCS series.


ORGANIZING COMMITTEE

Vincenzo Bonifaci              (IASI-CNR, Rome, Italy)
Saverio Caminiti              (Sapienza U. Rome, Italy)
Camil Demetrescu (chair)      (Sapienza U. Rome, Italy)
Alberto Marchetti-Spaccamela  (Sapienza U. Rome, Italy)


CONTACT

For further information, please send an e-mail to
sea2013@dis.uniroma1.it.

Commenti

Post popolari in questo blog

PuLP – Un valido strumento per la didattica

L'insegnamento dei concetti di base della ricerca operativa, ovvero la programmazione lineare, ha trovato nel corso degli ultimi anni diversi strumenti di supporto. Sono ormai parecchi i software gratuiti e open source che permettono agli studenti e agli insegnanti di toccare con mano le nozioni e i concetti spiegati e studiati sui banchi. Ricordiamo, ad esempio, glpk che con il suoi linguaggio di modellazione MathProg permettete di scrivere e risolvere anche complessi modelli di programmazione lineare intera. Oppure citiamo anche lp_solve che con il suo ambiente impropriamente chiamato lp_solve IDE permette di scrivere e risolvere modelli di programmazione lineare direttamente nella formulazione matematica. A mio avviso però le proposte appena citate sono limitate nella potenza espressiva e nelle capacità di integrarsi con altri software o moduli esterni. Queste limitazioni sono egregiamente risolte da PuLP : un modellatore di problemi di programmazione lineare intera basato

Ci arricchiremo con la ricerca operativa?

A questa domanda forse possiamo rispondere sì :-) , rimandando al lavoro molto fresco ed interessante di Giancarlo Volpe dal titolo " Scommesse sportive: un modello di Ricerca Operativa che descrive la “vincita perfetta” " E' possibile scaricare il documento da scribd.com . Dall'apprezzabile contenuto didattico la parte entrale, dove si illustra passo passo come è possibile usare il risolutore di excel per applicarlo al modello descritto. Buona lettura e giocate con moderazione. Un Modello di Ricerca Operativa per Scommesse Sportive

Dispense di ricerca operativa

Ho trovato sulla home page del prof. Agnetis, delle interessanti dispense di ricerca operativa. I temi trattati sono tutti molto interessanti: Appunti sul duale del problema del massimo flusso Appunti sui problemi di matching Appunti su classi di complessità e problemi NP-completi Appunti sul problema del TSP euclideo Appunti sulla generazione di colonne Appunti sui modelli di lot sizing: Wagner-Whitin, Zangwill, Florian-Klein Appunti sui problemi di scheduling Appunti sui metodi metaeuristici di ricerca Introduzione all'ottimizzazione non vincolata   Introduzione all'ottimizzazione vincolata Esercizi di ottimizzazione non vincolata  Condizioni di KKT e Programmazione Lineare  Esercizi di ottimizzazione vincolata   Raccolta di esercizi di PL svolti  Esercizi di esame di PL svolti Esercizi di PLI svolti Appunti sui metodi basati sul rilassamento Lagrangiano Esercizi d'esame (R.O.) di ottimizzazione non vincolata e vincolata Ottimizzazione nella Gestione