|Eingestellt in Kategorie:
Ähnlichen Artikel verkaufen?

Baumbasierte grafische Trennungsbeschränkung, Hardcover von Lorca, X., wie neu...-

Ursprünglicher Text
Tree-based Graph Partitioning Constraint, Hardcover by Lorca, X., Like New Us...
Artikelzustand:
Neuwertig
2 verfügbar
Preis:
US $173,66
Ca.EUR 159,96
Versand:
Kostenlos Economy Shipping. Weitere Detailsfür Versand
Standort: Jessup, Maryland, USA
Lieferung:
Lieferung zwischen Sa, 1. Jun und Mi, 12. Jun nach 43230 bei heutigem Zahlungseingang
Liefertermine - wird in neuem Fenster oder Tab geöffnet berücksichtigen die Bearbeitungszeit des Verkäufers, die PLZ des Artikelstandorts und des Zielorts sowie den Annahmezeitpunkt und sind abhängig vom gewählten Versandservice und dem ZahlungseingangZahlungseingang - wird ein neuem Fenster oder Tab geöffnet. Insbesondere während saisonaler Spitzenzeiten können die Lieferzeiten abweichen.
Rücknahmen:
14 Tage Rückgabe. Käufer zahlt Rückversand. Weitere Details- Informationen zu Rückgaben
Zahlungen:
     

Sicher einkaufen

eBay-Käuferschutz
Geld zurück, wenn etwas mit diesem Artikel nicht stimmt. 

Angaben zum Verkäufer

Angemeldet als gewerblicher Verkäufer
Der Verkäufer ist für dieses Angebot verantwortlich.
eBay-Artikelnr.:363603064142
Zuletzt aktualisiert am 26. Feb. 2024 05:12:03 MEZAlle Änderungen ansehenAlle Änderungen ansehen

Artikelmerkmale

Artikelzustand
Neuwertig: Buch, das wie neu aussieht, aber bereits gelesen wurde. Der Einband weist keine ...
Book Title
Tree-based Graph Partitioning Constraint
ISBN
9781848213036
Publication Year
2011
Type
Textbook
Format
Hardcover
Language
English
Publication Name
Tree-Based Graph Partitioning Constraint
Item Height
1.1in
Author
Xavier Lorca
Item Length
9.5in
Publisher
Wiley & Sons, Incorporated, John
Item Width
6.5in
Item Weight
21.2 Oz
Number of Pages
240 Pages

Über dieses Produkt

Product Information

Combinatorial problems based on graph partitioning enable us to mathematically represent and model many practical applications. Mission planning and the routing problems occurring in logistics perfectly illustrate two such examples. Nevertheless, these problems are not based on the same partitioning pattern: generally, patterns like cycles, paths, or trees are distinguished. Moreover, the practical applications are often not limited to theoretical problems like the Hamiltonian path problem, or K-node disjoint path problems. Indeed, they usually combine the graph partitioning problem with several restrictions related to the topology of nodes and arcs. The diversity of implied constraints in real-life applications is a practical limit to the resolution of such problems by approaches considering the partitioning problem independently from each additional restriction. This book focuses on constraint satisfaction problems related to tree partitioning problems enriched by several additional constraints that restrict the possible partitions topology. On the one hand, this title focuses on the structural properties of tree partitioning constraints. On the other hand, it is dedicated to the interactions between the tree partitioning problem and classical restrictions (such as precedence relations or incomparability relations between nodes) involved in practical applications. Precisely, Tree-based Graph Partitioning Constraint shows how to globally take into account several restrictions within one single tree partitioning constraint. Another interesting aspect of this book is related to the implementation of such a constraint. In the context of graph-based global constraints, the book illustrates how a fully dynamic management of data structures makes the runtime of filtering algorithms independent of the graph density.

Product Identifiers

Publisher
Wiley & Sons, Incorporated, John
ISBN-10
1848213034
ISBN-13
9781848213036
eBay Product ID (ePID)
103001950

Product Key Features

Author
Xavier Lorca
Publication Name
Tree-Based Graph Partitioning Constraint
Format
Hardcover
Language
English
Publication Year
2011
Type
Textbook
Number of Pages
240 Pages

Dimensions

Item Length
9.5in
Item Height
1.1in
Item Width
6.5in
Item Weight
21.2 Oz

Additional Product Features

Lc Classification Number
Qa76.612.L67 2011
Table of Content
PART 1. CONSTRAINT PROGRAMMING AND FOUNDATIONS OF GRAPH THEORY 1 Introduction to Part 1 3 Chapter 1. Introduction to Constraint Programming 5 1.1. What is a variable? 7 1.2. What is a constraint? 8 1.3. What is a global constraint? 10 1.4. What is a propagation algorithm? 11 1.5. What is a consistency level? 14 1.6. What is a constraint solver? 15 1.7. Constraint solvers at work 17 1.8. Organization structure 21 Chapter 2. Graph Theory and Constraint Programming 23 2.1. Modeling graphs with constraint programming 24 2.2. Graph theory at work in constraint programming 34 2.3. Constraint programming at work in graph theory 37 Chapter 3. Tree Graph Partitioning 39 3.1. In undirected graphs 39 3.2. In directed graphs 42 PART 2. CHARACTERIZATION OF TREE-BASED GRAPH PARTITIONING CONSTRAINTS 47 Chapter 4. Tree Constraints in Undirected Graphs 49 4.1. Decomposition 49 4.2. Definition of constraints 51 4.3. A filtering algorithm for the proper-forest constraint 56 4.4. Filtering algorithm for the resource-forest constraint 70 4.5. Summary of undirected tree constraints 80 Chapter 5. Tree Constraints in Directed Graphs 83 5.1. Decomposition 83 5.2. Definition of constraints 86 5.3. Filtering algorithm for the tree constraint 89 5.4. Filtering algorithm for the proper-tree constraint 96 5.5. Summary of tree constraints in directed and undirected graphs 113 Chapter 6. Additional Constraints Linked to Graph Partitioning 117 6.1. Definition of restrictions 118 6.2. Complexity zoo 123 6.3. Interaction between the number of trees and the number of proper trees 129 6.4. Relation of precedence between the vertices of the graph 130 6.5. Relation of conditional precedence 137 6.6. Relation of incomparability between graph vertices 140 6.7. Interactions between precedence and incomparability constraints 143 6.8. Constraining the interior half-degree of each vertex 148 6.9. Summary 151 Chapter 7. The Case of Disjoint Paths 153 7.1. Minimum number of paths in acyclic directed graphs 156 7.2. Minimum number of paths in any directed graph 161 7.3. A path partitioning constraint 169 7.4. Summary 173 Chapter 8. Implementation of a Tree Constraint 175 8.1. Original implementation 176 8.2. Toward a "portable" implementation 181 8.3. Conclusion 191 PART 3. IMPLEMENTATION: TASK PLANNING 193 Introduction to Part 3 195 Chapter 9. First Model in Constraint Programming 199 9.1. Model for the coherence of displacements in space 199 9.2. Modeling resource consumption 200 9.3. Modeling time windows 201 9.4. Modeling coordination constraints between units 202 9.5. Limitations of the proposed model 203 Chapter 10. Advanced Model in Constraint Programming 205 10.1. Modeling the coherence of displacements in space 206 10.2. Modeling resource consumption 208 10.3. Integration of temporal aspects 208 10.4. Propagating time windows 213 PART 4. CONCLUSION AND FUTURE WORK 225 Chapter 11. Conclusion 227 Chapter 12. Perspectives and Criticisms 231 Bibliography 233 Index 239
Copyright Date
2011
Topic
Programming / General, Probability & Statistics / General, Graphic Methods
Lccn
2011-018477
Intended Audience
Scholarly & Professional
Illustrated
Yes
Genre
Computers, Mathematics

Artikelbeschreibung des Verkäufers

Rechtliche Informationen des Verkäufers

Expert Trading Limited
John Boyer
9220 Rumsey Rd
Ste 101
21045-1956 Columbia, MD
United States
Kontaktinformationen anzeigen
:liaM-Emoc.secirpkoobtaerg@sredroyabe
Ich versichere, dass alle meine Verkaufsaktivitäten in Übereinstimmung mit allen geltenden Gesetzen und Vorschriften der EU erfolgen.
Great Book Prices Store

Great Book Prices Store

96,8% positive Bewertungen
1,2 Mio. Artikel verkauft
Shop besuchenKontakt
Antwortet meist innerhalb 24 Stunden

Detaillierte Verkäuferbewertungen

Durchschnitt in den letzten 12 Monaten

Genaue Beschreibung
4.9
Angemessene Versandkosten
5.0
Lieferzeit
4.9
Kommunikation
4.8
Angemeldet als gewerblicher Verkäufer

Verkäuferbewertungen (341.167)

y***n (594)- Bewertung vom Käufer.
Letzter Monat
Bestätigter Kauf
Item as described, nicely packed, no surprises, quick ship, THANKS
6***7- Bewertung vom Käufer.
Letzter Monat
Bestätigter Kauf
Thank you!
n***j (803)- Bewertung vom Käufer.
Letzter Monat
Bestätigter Kauf
Excellent Product! Fast shipping! Recommended!