• Skip to content (access key 1)
  • Skip to search (access key 7)
FWF — Austrian Science Fund
  • Go to overview page Discover

    • Research Radar
      • Research Radar Archives 1974–1994
    • Discoveries
      • Emmanuelle Charpentier
      • Adrian Constantin
      • Monika Henzinger
      • Ferenc Krausz
      • Wolfgang Lutz
      • Walter Pohl
      • Christa Schleper
      • Elly Tanaka
      • Anton Zeilinger
    • Impact Stories
      • Verena Gassner
      • Wolfgang Lechner
      • Georg Winter
    • scilog Magazine
    • Austrian Science Awards
      • FWF Wittgenstein Awards
      • FWF ASTRA Awards
      • FWF START Awards
      • Award Ceremony
    • excellent=austria
      • Clusters of Excellence
      • Emerging Fields
    • In the Spotlight
      • 40 Years of Erwin Schrödinger Fellowships
      • Quantum Austria
    • Dialogs and Talks
      • think.beyond Summit
    • Knowledge Transfer Events
    • E-Book Library
  • Go to overview page Funding

    • Portfolio
      • excellent=austria
        • Clusters of Excellence
        • Emerging Fields
      • Projects
        • Principal Investigator Projects
        • Principal Investigator Projects International
        • Clinical Research
        • 1000 Ideas
        • Arts-Based Research
        • FWF Wittgenstein Award
      • Careers
        • ESPRIT
        • FWF ASTRA Awards
        • Erwin Schrödinger
        • doc.funds
        • doc.funds.connect
      • Collaborations
        • Specialized Research Groups
        • Special Research Areas
        • Research Groups
        • International – Multilateral Initiatives
        • #ConnectingMinds
      • Communication
        • Top Citizen Science
        • Science Communication
        • Book Publications
        • Digital Publications
        • Open-Access Block Grant
      • Subject-Specific Funding
        • AI Mission Austria
        • Belmont Forum
        • ERA-NET HERA
        • ERA-NET NORFACE
        • ERA-NET QuantERA
        • ERA-NET TRANSCAN
        • Alternative Methods to Animal Testing
        • European Partnership Biodiversa+
        • European Partnership BrainHealth
        • European Partnership ERA4Health
        • European Partnership ERDERA
        • European Partnership EUPAHW
        • European Partnership FutureFoodS
        • European Partnership OHAMR
        • European Partnership PerMed
        • European Partnership Water4All
        • Gottfried and Vera Weiss Award
        • netidee SCIENCE
        • Herzfelder Foundation Projects
        • Quantum Austria
        • Rückenwind Funding Bonus
        • WE&ME Award
        • Zero Emissions Award
      • International Collaborations
        • Belgium/Flanders
        • Germany
        • France
        • Italy/South Tyrol
        • Japan
        • Luxembourg
        • Poland
        • Switzerland
        • Slovenia
        • Taiwan
        • Tyrol–South Tyrol–Trentino
        • Czech Republic
        • Hungary
    • Step by Step
      • Find Funding
      • Submitting Your Application
      • International Peer Review
      • Funding Decisions
      • Carrying out Your Project
      • Closing Your Project
      • Further Information
        • Integrity and Ethics
        • Inclusion
        • Applying from Abroad
        • Personnel Costs
        • PROFI
        • Final Project Reports
        • Final Project Report Survey
    • FAQ
      • Project Phase PROFI
      • Project Phase Ad Personam
      • Expiring Programs
        • Elise Richter and Elise Richter PEEK
        • FWF START Awards
  • Go to overview page About Us

    • Mission Statement
    • FWF Video
    • Values
    • Facts and Figures
    • Annual Report
    • What We Do
      • Research Funding
        • Matching Funds Initiative
      • International Collaborations
      • Studies and Publications
      • Equal Opportunities and Diversity
        • Objectives and Principles
        • Measures
        • Creating Awareness of Bias in the Review Process
        • Terms and Definitions
        • Your Career in Cutting-Edge Research
      • Open Science
        • Open-Access Policy
          • Open-Access Policy for Peer-Reviewed Publications
          • Open-Access Policy for Peer-Reviewed Book Publications
          • Open-Access Policy for Research Data
        • Research Data Management
        • Citizen Science
        • Open Science Infrastructures
        • Open Science Funding
      • Evaluations and Quality Assurance
      • Academic Integrity
      • Science Communication
      • Philanthropy
      • Sustainability
    • History
    • Legal Basis
    • Organization
      • Executive Bodies
        • Executive Board
        • Supervisory Board
        • Assembly of Delegates
        • Scientific Board
        • Juries
      • FWF Office
    • Jobs at FWF
  • Go to overview page News

    • News
    • Press
      • Logos
    • Calendar
      • Post an Event
      • FWF Informational Events
    • Job Openings
      • Enter Job Opening
    • Newsletter
  • Discovering
    what
    matters.

    FWF-Newsletter Press-Newsletter Calendar-Newsletter Job-Newsletter scilog-Newsletter

    SOCIAL MEDIA

    • LinkedIn, external URL, opens in a new window
    • , external URL, opens in a new window
    • Facebook, external URL, opens in a new window
    • Instagram, external URL, opens in a new window
    • YouTube, external URL, opens in a new window

    SCILOG

    • Scilog — The science magazine of the Austrian Science Fund (FWF)
  • elane login, external URL, opens in a new window
  • Scilog external URL, opens in a new window
  • de Wechsle zu Deutsch

  

Graph Decomposition Approaches to Discrete Optimization

Graph Decomposition Approaches to Discrete Optimization

Oleg Shcherbina (ORCID: )
  • Grant DOI 10.55776/P20900
  • Funding program Principal Investigator Projects
  • Status ended
  • Start October 1, 2008
  • End December 31, 2011
  • Funding amount € 195,006
  • Project website

Disciplines

Computer Sciences (20%); Mathematics (80%)

Keywords

    Discrete Optimization, Decomposition, Graph-Theoretic Decomposition, Constraint Satisfaction Methods

Abstract Final report

Many problems of planning (capital budgeting, facility location and portfolio selection), design problems (telecommunication and transportation networks optimal design, VLSI circuit design), scheduling, robotics, pattern recognition, theorem proving, and artificial intelligence can be expressed as discrete optimization (DO) problems. Unfortunately, many real-life DO problems have large sizes and are intractable for current state-of-the-art DO solvers. To meet the challenge of solving large scale DO problems in reasonable time, there is an urgent need to develop new decomposition approaches. Large-scale DO problems are characterized not only by their huge size but also by special or sparse structure exploitable by a DO solver. The aim of this project is to develop effective algorithms for solving DO problems combining graph theoretic decomposition approaches from mathematical optimization like nonserial dynamic programming (NSDP) schemes, tree decomposition, and local decomposition algorithms with constraint satisfaction approaches. Decomposition and sensitivity analysis in DO are closely related. Decomposition methods consist of generating and solving families of related DO problems that have the same structure but differ in the values of coefficients. Sensitivity analysis allows using information obtained during solving one DO problem of the family of related DO problems in solving other problems of this family. Structural decomposition approaches (NSDP, tree decomposition combined with local decomposition algorithm) use parametric DO problems where some variables are fixed and to find a solution one should enumerate all binary values of these variables. This results as a family of DO problems with different right-hand sides. When blocks of DO problem are not too large, it is possible to build a binary decision diagram (BDD) for each block and compute solutions of the family of parameterized DO problems using a procedure of seeking a shortest path in a BDD. It is natural to develop hybrid approaches involving both constraint satisfaction approaches such as inference-based sensitivity and binary decision diagrams and graph decomposition approaches such as NSDP, tree decomposition, in order to find the solution of large-scale DO problems. The main aims of this project are: to show that dynamic programming algorithms based on structural decomposition of the interaction graph of The DO problem can be an alternative for known DO techniques to solve hard DO problems; the analysis of the possibilities how to combine graph decomposition schemes (nonserial dynamic programming, local decomposition algorithms, tree decomposition) with logic-based approaches like inference sensitivity and binary decision diagrams to develop effective algorithms for solving DO problems. This research will allow to develop and implement new methodology using NSDP and tree decomposition combined with binary decision diagrams for solving large scale DO problems. Methods of the research include: 1. Elimination approaches (nonserial dynamic programming, local elimination algorithm, tree decomposition) for solving DO problems with special structure; 2. postoptimality analysis in DO for solving families of related discrete optimization problems; 3. constraint satisfaction techniques and their transfer to optimization field; 4. condensation and condensed structural graphs of DO problem, development of efficient schemes of condensation; 5. Using the COCONUT API (application programmer`s interface) allows making the development of the various module types independent of each other and independent of the internal model representation; 6. postoptimality analysis embedded into elimination algorithms (block NSDP, tree decomposition combined with dynamic programming).

Many problems of planning (capital budgeting, facility location and portfolio selection), design problems (telecommunication and transportation networks optimal design, VLSI circuit design), scheduling, robotics, pattern recognition, theorem proving, and artificial intelligence can be expressed as discrete optimization (DO) problems. Unfortunately, many real-life DO problems have large sizes and are intractable for current state-of-the-art DO solvers. To meet the challenge of solving large scale DO problems in reasonable time, there is an urgent need to develop new decomposition approaches. Large-scale DO problems are characterized not only by their huge size but also by special or sparse structure exploitable by a DO solver. The aim of this project is to develop effective algorithms for solving DO problems combining graph theoretic decomposition approaches from mathematical optimization like nonserial dynamic programming (NSDP) schemes, tree decomposition, and local decomposition algorithms with constraint satisfaction approaches. Decomposition and sensitivity analysis in DO are closely related. Decomposition methods consist of generating and solving families of related DO problems that have the same structure but differ in the values of coefficients. Sensitivity analysis allows using information obtained during solving one DO problem of the family of related DO problems in solving other problems of this family. Structural decomposition approaches (NSDP, tree decomposition combined with local decomposition algorithm) use parametric DO problems where some variables are fixed and to find a solution one should enumerate all binary values of these variables. This results as a family of DO problems with different right-hand sides. When blocks of DO problem are not too large, it is possible to build a binary decision diagram (BDD) for each block and compute solutions of the family of parameterized DO problems using a procedure of seeking a shortest path in a BDD. It is natural to develop hybrid approaches involving both constraint satisfaction approaches such as inference-based sensitivity and binary decision diagrams and graph decomposition approaches such as NSDP, tree decomposition, in order to find the solution of large-scale DO problems. The main aims of this project are: to show that dynamic programming algorithms based on structural decomposition of the interaction graph of The DO problem can be an alternative for known DO techniques to solve hard DO problems; the analysis of the possibilities how to combine graph decomposition schemes (nonserial dynamic programming, local decomposition algorithms, tree decomposition) with logic-based approaches like inference sensitivity and binary decision diagrams to develop effective algorithms for solving DO problems. This research will allow to develop and implement new methodology using NSDP and tree decomposition combined with binary decision diagrams for solving large scale DO problems. Methods of the research include: 1. Elimination approaches (nonserial dynamic programming, local elimination algorithm, tree decomposition) for solving DO problems with special structure; 2. postoptimality analysis in DO for solving families of related discrete optimization problems; 3. constraint satisfaction techniques and their transfer to optimization field; 4. condensation and condensed structural graphs of DO problem, development of efficient schemes of condensation; 5. Using the COCONUT API (application programmer`s interface) allows making the development of the various module types independent of each other and independent of the internal model representation; 6. postoptimality analysis embedded into elimination algorithms (block NSDP, tree decomposition combined with dynamic programming).

Research institution(s)
  • Universität Wien - 100%
Project participants
  • Hermann Schichl, Universität Wien , associated research partner

Research Output

  • 2 Citations
  • 1 Publications
Publications
  • 2010
    Title Modeling Tourism Sustainable Development
    DOI 10.1007/978-90-481-9112-3_95
    Type Book Chapter
    Author Shcherbina O
    Publisher Springer Nature
    Pages 551-556

Discovering
what
matters.

Newsletter

FWF-Newsletter Press-Newsletter Calendar-Newsletter Job-Newsletter scilog-Newsletter

Contact

Austrian Science Fund (FWF)
Georg-Coch-Platz 2
(Entrance Wiesingerstraße 4)
1010 Vienna

office(at)fwf.ac.at
+43 1 505 67 40

General information

  • Job Openings
  • Jobs at FWF
  • Press
  • Philanthropy
  • scilog
  • FWF Office
  • Social Media Directory
  • LinkedIn, external URL, opens in a new window
  • , external URL, opens in a new window
  • Facebook, external URL, opens in a new window
  • Instagram, external URL, opens in a new window
  • YouTube, external URL, opens in a new window
  • Cookies
  • Whistleblowing/Complaints Management
  • Accessibility Statement
  • Data Protection
  • Acknowledgements
  • IFG-Form
  • Social Media Directory
  • © Österreichischer Wissenschaftsfonds FWF
© Österreichischer Wissenschaftsfonds FWF