0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
  • R1,000 - R2,500 (4)
  • R2,500 - R5,000 (3)
  • -
Status
Brand

Showing 1 - 7 of 7 matches in All Departments

Linear and Integer Programming Made Easy (Paperback, Softcover reprint of the original 1st ed. 2016): T.C. Hu, Andrew B. Kahng Linear and Integer Programming Made Easy (Paperback, Softcover reprint of the original 1st ed. 2016)
T.C. Hu, Andrew B. Kahng
R2,239 Discovery Miles 22 390 Ships in 10 - 15 working days

This textbook provides concise coverage of the basics of linear and integer programming which, with megatrends toward optimization, machine learning, big data, etc., are becoming fundamental toolkits for data and information science and technology. The authors' approach is accessible to students from almost all fields of engineering, including operations research, statistics, machine learning, control system design, scheduling, formal verification and computer vision. The presentations enables the basis for numerous approaches to solving hard combinatorial optimization problems through randomization and approximation. Readers will learn to cast various problems that may arise in their research as optimization problems, understand the cases where the optimization problem will be linear, choose appropriate solution methods and interpret results appropriately.

Linear and Integer Programming Made Easy (Hardcover, 1st ed. 2016): T.C. Hu, Andrew B. Kahng Linear and Integer Programming Made Easy (Hardcover, 1st ed. 2016)
T.C. Hu, Andrew B. Kahng
R2,482 Discovery Miles 24 820 Ships in 10 - 15 working days

This textbook provides concise coverage of the basics of linear and integer programming which, with megatrends toward optimization, machine learning, big data, etc., are becoming fundamental toolkits for data and information science and technology. The authors' approach is accessible to students from almost all fields of engineering, including operations research, statistics, machine learning, control system design, scheduling, formal verification and computer vision. The presentations enables the basis for numerous approaches to solving hard combinatorial optimization problems through randomization and approximation. Readers will learn to cast various problems that may arise in their research as optimization problems, understand the cases where the optimization problem will be linear, choose appropriate solution methods and interpret results appropriately.

VLSI Physical Design: From Graph Partitioning to Timing Closure (Paperback, 2011 ed.): Andrew B. Kahng, Jens Lienig, Igor L... VLSI Physical Design: From Graph Partitioning to Timing Closure (Paperback, 2011 ed.)
Andrew B. Kahng, Jens Lienig, Igor L Markov, Jin Hu
R2,457 Discovery Miles 24 570 Ships in 10 - 15 working days

Design and optimization of integrated circuits are essential to the creation of new semiconductor chips, and physical optimizations are becoming more prominent as a result of semiconductor scaling. Modern chip design has become so complex that it is largely performed by specialized software, which is frequently updated to address advances in semiconductor technologies and increased problem complexities. A user of such software needs a high-level understanding of the underlying mathematical models and algorithms. On the other hand, a developer of such software must have a keen understanding of computer science aspects, including algorithmic performance bottlenecks and how various algorithms operate and interact. "VLSI Physical Design: From Graph Partitioning to Timing Closure" introduces and compares algorithms that are used during the physical design phase of integrated-circuit design, wherein a geometric chip layout is produced starting from an abstract circuit design. The emphasis is on essential and fundamental techniques, ranging from hypergraph partitioning and circuit placement to timing closure.

On Optimal Interconnections for VLSI (Paperback, Softcover reprint of the original 1st ed. 1995): Andrew B. Kahng, Gabriel... On Optimal Interconnections for VLSI (Paperback, Softcover reprint of the original 1st ed. 1995)
Andrew B. Kahng, Gabriel Robins
R4,489 Discovery Miles 44 890 Ships in 10 - 15 working days

On Optimal Interconnections for VLSI describes, from a geometric perspective, algorithms for high-performance, high-density interconnections during the global and detailed routing phases of circuit layout. First, the book addresses area minimization, with a focus on near-optimal approximation algorithms for minimum-cost Steiner routing. In addition to practical implementations of recent methods, the implications of recent results on spanning tree degree bounds and the method of Zelikovsky are discussed. Second, the book addresses delay minimization, starting with a discussion of accurate, yet algorithmically tractable, delay models. Recent minimum-delay constructions are highlighted, including provably good cost-radius tradeoffs, critical-sink routing algorithms, Elmore delay-optimal routing, graph Steiner arborescences, non-tree routing, and wiresizing. Third, the book addresses skew minimization for clock routing and prescribed-delay routing formulations. The discussion starts with early matching-based constructions and goes on to treat zero-skew routing with provably minimum wirelength, as well as planar clock routing. Finally, the book concludes with a discussion of multiple (competing) objectives, i.e., how to optimize area, delay, skew, and other objectives simultaneously. These techniques are useful when the routing instance has heterogeneous resources or is highly congested, as in FPGA routing, multi-chip packaging, and very dense layouts. Throughout the book, the emphasis is on practical algorithms and a complete self-contained development. On Optimal Interconnections for VLSI will be of use to both circuit designers (CAD tool users) as well as researchers and developers in the area of performance-driven physical design.

On Optimal Interconnections for VLSI (Hardcover, 1995 ed.): Andrew B. Kahng, Gabriel Robins On Optimal Interconnections for VLSI (Hardcover, 1995 ed.)
Andrew B. Kahng, Gabriel Robins
R4,673 Discovery Miles 46 730 Ships in 10 - 15 working days

On Optimal Interconnections for VLSI describes, from a geometric perspective, algorithms for high-performance, high-density interconnections during the global and detailed routing phases of circuit layout. First, the book addresses area minimization, with a focus on near-optimal approximation algorithms for minimum-cost Steiner routing. In addition to practical implementations of recent methods, the implications of recent results on spanning tree degree bounds and the method of Zelikovsky are discussed. Second, the book addresses delay minimization, starting with a discussion of accurate, yet algorithmically tractable, delay models. Recent minimum-delay constructions are highlighted, including provably good cost-radius tradeoffs, critical-sink routing algorithms, Elmore delay-optimal routing, graph Steiner arborescences, non-tree routing, and wiresizing. Third, the book addresses skew minimization for clock routing and prescribed-delay routing formulations. The discussion starts with early matching-based constructions and goes on to treat zero-skew routing with provably minimum wirelength, as well as planar clock routing. Finally, the book concludes with a discussion of multiple (competing) objectives, i.e., how to optimize area, delay, skew, and other objectives simultaneously. These techniques are useful when the routing instance has heterogeneous resources or is highly congested, as in FPGA routing, multi-chip packaging, and very dense layouts. Throughout the book, the emphasis is on practical algorithms and a complete self-contained development. On Optimal Interconnections for VLSI will be of use to both circuit designers (CAD tool users) as well as researchers and developers in the area of performance-driven physical design.

VLSI Physical Design: From Graph Partitioning to Timing Closure (2nd ed. 2022): Andrew B. Kahng, Jens Lienig, Igor L Markov,... VLSI Physical Design: From Graph Partitioning to Timing Closure (2nd ed. 2022)
Andrew B. Kahng, Jens Lienig, Igor L Markov, Jin Hu
R1,825 Discovery Miles 18 250 Ships in 10 - 15 working days

The complexity of modern chip design requires extensive use of specialized software throughout the process. To achieve the best results, a user of this software needs a high-level understanding of the underlying mathematical models and algorithms. In addition, a developer of such software must have a keen understanding of relevant computer science aspects, including algorithmic performance bottlenecks and how various algorithms operate and interact. This book introduces and compares the fundamental algorithms that are used during the IC physical design phase, wherein a geometric chip layout is produced starting from an abstract circuit design. This updated second edition includes recent advancements in the state-of-the-art of physical design, and builds upon foundational coverage of essential and fundamental techniques. Numerous examples and tasks with solutions increase the clarity of presentation and facilitate deeper understanding. A comprehensive set of slides is available on the Internet for each chapter, simplifying use of the book in instructional settings. “This improved, second edition of the book will continue to serve the EDA and design community well. It is a foundational text and reference for the next generation of professionals who will be called on to continue the advancement of our chip design tools and design the most advanced micro-electronics.”  Dr. Leon Stok, Vice President, Electronic Design Automation, IBM Systems Group “This is the book I wish I had when I taught EDA in the past, and the one I’m using from now on.”  Dr. Louis K. Scheffer, Howard Hughes Medical Institute “I would happily use this book when teaching Physical Design. I know of no other work that’s as comprehensive and up-to-date, with algorithmic focus and clear pseudocode for the key algorithms. The book is beautifully designed!” Prof. John P. Hayes, University of Michigan “The entire field of electronic design automation owes the authors a great debt for providing a single coherent source on physical design that is clear and tutorial in nature, while providing details on key state-of-the-art topics such as timing closure.” Prof. Kurt Keutzer, University of California, Berkeley “An excellent balance of the basics and more advanced concepts, presented by top experts in the field.” Prof. Sachin Sapatnekar, University of Minnesota

VLSI Physical Design: From Graph Partitioning to Timing Closure (Hardcover, 2nd ed. 2022): Andrew B. Kahng, Jens Lienig, Igor L... VLSI Physical Design: From Graph Partitioning to Timing Closure (Hardcover, 2nd ed. 2022)
Andrew B. Kahng, Jens Lienig, Igor L Markov, Jin Hu
R2,748 Discovery Miles 27 480 Ships in 10 - 15 working days

The complexity of modern chip design requires extensive use of specialized software throughout the process. To achieve the best results, a user of this software needs a high-level understanding of the underlying mathematical models and algorithms. In addition, a developer of such software must have a keen understanding of relevant computer science aspects, including algorithmic performance bottlenecks and how various algorithms operate and interact. This book introduces and compares the fundamental algorithms that are used during the IC physical design phase, wherein a geometric chip layout is produced starting from an abstract circuit design. This updated second edition includes recent advancements in the state-of-the-art of physical design, and builds upon foundational coverage of essential and fundamental techniques. Numerous examples and tasks with solutions increase the clarity of presentation and facilitate deeper understanding. A comprehensive set of slides is available on the Internet for each chapter, simplifying use of the book in instructional settings. "This improved, second edition of the book will continue to serve the EDA and design community well. It is a foundational text and reference for the next generation of professionals who will be called on to continue the advancement of our chip design tools and design the most advanced micro-electronics." Dr. Leon Stok, Vice President, Electronic Design Automation, IBM Systems Group "This is the book I wish I had when I taught EDA in the past, and the one I'm using from now on." Dr. Louis K. Scheffer, Howard Hughes Medical Institute "I would happily use this book when teaching Physical Design. I know of no other work that's as comprehensive and up-to-date, with algorithmic focus and clear pseudocode for the key algorithms. The book is beautifully designed!" Prof. John P. Hayes, University of Michigan "The entire field of electronic design automation owes the authors a great debt for providing a single coherent source on physical design that is clear and tutorial in nature, while providing details on key state-of-the-art topics such as timing closure." Prof. Kurt Keutzer, University of California, Berkeley "An excellent balance of the basics and more advanced concepts, presented by top experts in the field." Prof. Sachin Sapatnekar, University of Minnesota

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Strontium Technology AMMO USB 3.1 flash…
R76 R72 Discovery Miles 720
Jeronimo Walkie Talkie Game
 (2)
R360 R328 Discovery Miles 3 280
But Here We Are
Foo Fighters CD R279 R194 Discovery Miles 1 940
Nuovo 1/2/3 Car Seat (Black)
R1,999 R1,399 Discovery Miles 13 990
Terminator 6: Dark Fate
Linda Hamilton, Arnold Schwarzenegger Blu-ray disc  (1)
R79 Discovery Miles 790
Snappy Tritan Bottle (1.5L)(Green)
R229 R180 Discovery Miles 1 800
Russell Hobbs Toaster (2 Slice…
R707 Discovery Miles 7 070
The Personal History Of David…
Dev Patel, Peter Capaldi, … DVD  (1)
R43 Discovery Miles 430
Spectra S2 Hospital Grade Double…
 (9)
R3,299 Discovery Miles 32 990
Cartier Pasha De Cartier Noire Eau De…
R3,118 Discovery Miles 31 180

 

Partners