|Aangeboden in rubriek:
Dit object is niet op voorraad.
Hebt u iets om te verkopen?

Xavier Lorca Tree-Based Graph Partitioning Constraint HBOOK NEW

Another great item from Rarewaves USA | Free delivery!
Objectstaat:
Nieuw
Prijs:
US $174,18
OngeveerEUR 160,88
Verzendkosten:
Gratis Economy Shipping. Details bekijkenvoor verzending
Bevindt zich in: 60502, Verenigde Staten
Levering:
Geschatte levering tussen do, 30 mei en ma, 3 jun tot 43230
De levertijd wordt geschat met onze eigen methode op basis van onder meer de nabijheid van de koper ten opzichte van de objectlocatie, de geselecteerde verzendservice, en de verzendgeschiedenis van de verkoper. De leveringstermijnen kunnen variëren, vooral gedurende piekperiodes.
Retourbeleid:
30 dagen om te retourneren. Koper betaalt voor retourzending. Details bekijken- voor meer informatie over retourzendingen
Betalingen:
     

Winkel met vertrouwen

Topverkoper
Betrouwbare verkoper, snelle verzending en eenvoudige retourzending. 
Geld-terug-garantie van eBay
Ontvang het object dat u hebt besteld of krijg uw geld terug. 

Verkopergegevens

Ingeschreven als zakelijke verkoper
De verkoper neemt de volledige verantwoordelijkheid voor deze aanbieding.
eBay-objectnummer:395390820437
Laatst bijgewerkt op 21 mei 2024 00:13:33 CESTAlle herzieningen bekijkenAlle herzieningen bekijken

Specificaties

Objectstaat
Nieuw: Een nieuw, ongelezen en ongebruikt boek in perfecte staat waarin geen bladzijden ontbreken of ...
Artist
Xavier Lorca
EAN
9781848213036
ISBN
9781848213036
Release Year
2011-07-12
Book Title
Tree-Based Graph Partitioning Constraint
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

Over dit product

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

Objectbeschrijving van de verkoper

Informatie van zakelijke verkoper

Rarewaves-USA
Kathryn Searle
10100 W Sample Rd
Ste 101
33065 Coral Springs, FL
United States
Contactgegevens weergeven
:liam-Emoc.asu-sevawerar@yabe
Ik verklaar dat al mijn verkoopactiviteiten zullen voldoen aan alle wet- en regelgeving van de EU.
rarewaves-usa

rarewaves-usa

97,2% positieve feedback
1,2M objecten verkocht

Gedetailleerde verkopersbeoordelingen

Gemiddelde van de afgelopen 12 maanden

Nauwkeurige beschrijving
4.9
Redelijke verzendkosten
5.0
Verzendtijd
4.9
Communicatie
4.8
Ingeschreven als zakelijke verkoper

Feedback verkoper (443.585)

m***o (15)- Feedback gegeven door koper.
Afgelopen maand
Geverifieerde aankoop
item arrvivved wth good cndition well packaged . the only complaint i had that took much longer than expected to arrive here in Qatar
3***3 (297)- Feedback gegeven door koper.
Afgelopen maand
Geverifieerde aankoop
Great seller! Just as described! Quickly shipped! Thank you
p***n (1450)- Feedback gegeven door koper.
Afgelopen maand
Geverifieerde aankoop
Thank you!