Cargando…

Concepts of combinatorial optimization /

Combinatorial optimization is a multidisciplinary scientific area, lying in the interface of three major scientific domains: mathematics, theoretical computer science and management. The three volumes of the Combinatorial Optimization series aim to cover a wide range of topics in this area. These to...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Otros Autores: Paschos, Vangelis Th
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Hoboken : Wiley, 2014.
Edición:2nd ed.
Colección:ISTE.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000Mi 4500
001 EBOOKCENTRAL_ocn887507297
003 OCoLC
005 20240329122006.0
006 m o d
007 cr cnu---unuuu
008 140816s2014 xx o 000 0 eng d
040 |a EBLCP  |b eng  |e pn  |c EBLCP  |d MHW  |d DG1  |d N$T  |d OCLCQ  |d VRC  |d CHVBK  |d OCLCF  |d DEBSZ  |d DEBBG  |d OCLCQ  |d DG1  |d LIP  |d VGM  |d ZCU  |d MERUC  |d OCLCQ  |d U3W  |d OCLCQ  |d DKC  |d OCLCO  |d OCLCQ  |d VT2  |d OCLCO  |d OCLCQ  |d OCLCO  |d OCLCL 
019 |a 992863544  |a 1148147963 
020 |a 9781119005216  |q (electronic bk.) 
020 |a 1119005213  |q (electronic bk.) 
020 |a 9781119015185  |q (electronic bk.) 
020 |a 1119015189  |q (electronic bk.) 
020 |z 9781848216563  |q (hardback) 
020 |z 1848216564  |q (hardback) 
020 |a 1848216564 
020 |a 9781848216563 
024 8 |a 99962203572 
024 3 |a 9781848216563 
029 1 |a AU@  |b 000056007441 
029 1 |a CHBIS  |b 010259771 
029 1 |a CHDSB  |b 006318344 
029 1 |a CHNEW  |b 000943457 
029 1 |a CHVBK  |b 480236801 
029 1 |a DEBBG  |b BV043397063 
029 1 |a DEBSZ  |b 431746133 
035 |a (OCoLC)887507297  |z (OCoLC)992863544  |z (OCoLC)1148147963 
037 |b 00028608 
050 4 |a QA402.5  |b .C545123 2014 
072 7 |a MAT  |x 003000  |2 bisacsh 
072 7 |a MAT  |x 029000  |2 bisacsh 
082 0 4 |a 519.64  |2 23 
049 |a UAMI 
245 0 0 |a Concepts of combinatorial optimization /  |c edited by Vangelis Th. Paschos. 
250 |a 2nd ed. 
260 |a Hoboken :  |b Wiley,  |c 2014. 
300 |a 1 online resource (409 pages) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
490 1 |a ISTE 
588 0 |a Print version record. 
505 0 |a Cover; Title Page; Copyright; Contents; Preface; PART I: Complexity of CombinatorialOptimization Problems; Chapter 1: Basic Concepts in Algorithmsand Complexity Theory; 1.1. Algorithmic complexity; 1.2. Problem complexity; 1.3. The classes P, NP and NPO; 1.4. Karp and Turing reductions; 1.5. NP-completeness; 1.6. Two examples of NP-complete problems; 1.6.1. MIN VERTEX COVER; 1.6.2. MAX STABLE; 1.7. A few words on strong and weak NP-completeness; 1.8. A few other well-known complexity classes; 1.9. Bibliography; Chapter 2: Randomized Complexity; 2.1. Deterministic and probabilistic algorithms. 
505 8 |a 2.1.1. Complexity of a Las Vegas algorithm2.1.2. Probabilistic complexity of a problem; 2.2. Lower bound technique; 2.2.1. Definitions and notations; 2.2.2. Minimax theorem; 2.2.3. The Loomis lemma and the Yao principle; 2.3. Elementary intersection problem; 2.3.1. Upper bound; 2.3.2. Lower bound; 2.3.3. Probabilistic complexity; 2.4. Conclusion; 2.5. Bibliography; PART II: Classical Solution Methods; Chapter 3: Branch-and-Bound Methods; 3.1. Introduction; 3.2. Branch-and-bound method principles; 3.2.1. Principle of separation; 3.2.2. Pruning principles; 3.2.2.1. Bound. 
505 8 |a 3.2.2.2. Evaluation function3.2.2.3. Use of the bound and of the evaluation function for pruning; 3.2.2.4. Other pruning principles; 3.2.2.5. Pruning order; 3.2.3. Developing the tree; 3.2.3.1. Description of development strategies; 3.2.3.2. Compared properties of the depth first and best first strategies; 3.3. A detailed example: the binary knapsack problem; 3.3.1. Calculating the initial bound; 3.3.2. First principle of separation; 3.3.3. Pruning without evaluation; 3.3.4. Evaluation; 3.3.5. Complete execution of the branch-and-bound method for finding only oneoptimal solution. 
505 8 |a 3.3.6. First variant: finding all the optimal solutions3.3.7. Second variant: best first search strategy; 3.3.8. Third variant: second principle of separation; 3.4. Conclusion; 3.5. Bibliography; Chapter 4: Dynamic Programming; 4.1. Introduction; 4.2. A first example: crossing the bridge; 4.3. Formalization; 4.3.1. State space, decision set, transition function; 4.3.2. Feasible policies, comparison relationships and objectives; 4.4. Some other examples; 4.4.1. Stock management; 4.4.2. Shortest path bottleneck in a graph; 4.4.3. Knapsack problem; 4.5. Solution; 4.5.1. Forward procedure. 
505 8 |a 4.5.2. Backward procedure4.5.3. Principles of optimality and monotonicity; 4.6. Solution of the examples; 4.6.1. Stock management; 4.6.2. Shortest path bottleneck; 4.6.3. Knapsack; 4.7. A few extensions; 4.7.1. Partial order and multicriteria optimization; 4.7.1.1. New formulation of the problem; 4.7.1.2. Solution; 4.7.1.3. Examples; 4.7.2. Dynamic programming with variables; 4.7.2.1. Sequential decision problems under uncertainty; 4.7.2.2. Solution; 4.7.2.3. Example; 4.7.3. Generalized dynamic programming; 4.8. Conclusion; 4.9. Bibliography; PART III: Elements from MathematicalProgramming. 
500 |a Chapter 5: Mixed Integer Linear Programming Models forCombinatorial Optimization Problems. 
520 |a Combinatorial optimization is a multidisciplinary scientific area, lying in the interface of three major scientific domains: mathematics, theoretical computer science and management. The three volumes of the Combinatorial Optimization series aim to cover a wide range of topics in this area. These topics also deal with fundamental notions and approaches as with several classical applications of combinatorial optimization. Concepts of Combinatorial Optimization, is divided into three parts:- On the complexity of combinatorial optimization problems, presenting basics abo. 
590 |a ProQuest Ebook Central  |b Ebook Central Academic Complete 
650 0 |a Combinatorial optimization. 
650 0 |a Programming (Mathematics) 
650 6 |a Optimisation combinatoire. 
650 6 |a Programmation (Mathématiques) 
650 7 |a MATHEMATICS  |x Applied.  |2 bisacsh 
650 7 |a MATHEMATICS  |x Probability & Statistics  |x General.  |2 bisacsh 
650 7 |a Combinatorial optimization  |2 fast 
650 7 |a Programming (Mathematics)  |2 fast 
650 7 |a Kombinatorische Optimierung  |2 gnd 
700 1 |a Paschos, Vangelis Th. 
758 |i has work:  |a Concepts of combinatorial optimization (Text)  |1 https://id.oclc.org/worldcat/entity/E39PCGdpkY4vkDhQPqvwBMvBHd  |4 https://id.oclc.org/worldcat/ontology/hasWork 
776 0 8 |i Print version:  |a Paschos, Vangelis Th.  |t Concepts of Combinatorial Optimization.  |d Hoboken : Wiley, ©2014  |z 9781848216563 
830 0 |a ISTE. 
856 4 0 |u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=1765108  |z Texto completo 
938 |a EBL - Ebook Library  |b EBLB  |n EBL1765108 
938 |a EBSCOhost  |b EBSC  |n 829093 
994 |a 92  |b IZTAP