Language:
English
繁體中文
Help
回圖書館首頁
手機版館藏查詢
Login
Back
Switch To:
Labeled
|
MARC Mode
|
ISBD
Decision procedures = an algorithmic...
~
Kroening, Daniel.
Linked to FindBook
Google Book
Amazon
博客來
Decision procedures = an algorithmic point of view /
Record Type:
Electronic resources : Monograph/item
Title/Author:
Decision procedures/ by Daniel Kroening, Ofer Strichman.
Reminder of title:
an algorithmic point of view /
Author:
Kroening, Daniel.
other author:
Strichman, Ofer.
Published:
Berlin, Heidelberg :Springer Berlin Heidelberg : : 2016.,
Description:
xxi, 356 p. :ill., digital ;24 cm.
[NT 15003449]:
Introduction and Basic Concepts -- Decision Procedures for Propositional Logic -- From Propositional to Quantifier-Free Theories -- Equalities and Uninterpreted Functions -- Linear Arithmetic -- Bit Vectors -- Arrays -- Pointer Logic -- Quantified Formulas -- Deciding a Combination of Theories -- Propositional Encodings -- Applications in Software Engineering -- SMT-LIB 2.0: A Brief Tutorial -- A C++ Library for Developing Decision Procedures.
Contained By:
Springer eBooks
Subject:
Decision making - Mathematical models. -
Online resource:
http://dx.doi.org/10.1007/978-3-662-50497-0
ISBN:
9783662504970
Decision procedures = an algorithmic point of view /
Kroening, Daniel.
Decision procedures
an algorithmic point of view /[electronic resource] :by Daniel Kroening, Ofer Strichman. - 2nd ed. - Berlin, Heidelberg :Springer Berlin Heidelberg :2016. - xxi, 356 p. :ill., digital ;24 cm. - Texts in theoretical computer science. an EATCS series,1862-4499. - Texts in theoretical computer science. an EATCS series..
Introduction and Basic Concepts -- Decision Procedures for Propositional Logic -- From Propositional to Quantifier-Free Theories -- Equalities and Uninterpreted Functions -- Linear Arithmetic -- Bit Vectors -- Arrays -- Pointer Logic -- Quantified Formulas -- Deciding a Combination of Theories -- Propositional Encodings -- Applications in Software Engineering -- SMT-LIB 2.0: A Brief Tutorial -- A C++ Library for Developing Decision Procedures.
A decision procedure is an algorithm that, given a decision problem, terminates with a correct yes/no answer. Here, the authors focus on theories that are expressive enough to model real problems, but are still decidable. Specifically, the book concentrates on decision procedures for first-order theories that are commonly used in automated verification and reasoning, theorem-proving, compiler optimization and operations research. The techniques described in the book draw from fields such as graph theory and logic, and are routinely used in industry. The authors introduce the basic terminology of SAT, Satisfiability Modulo Theories (SMT) and the DPLL(T) framework. Then, in separate chapters, they study decision procedures for propositional logic; equalities and uninterpreted functions; linear arithmetic; bit vectors; arrays; pointer logic; and quantified formulas. They also study the problem of deciding combined theories based on the Nelson-Oppen procedure. The first edition of this book was adopted as a textbook in courses worldwide. It was published in 2008 and the field now called SMT was then in its infancy, without the standard terminology and canonic algorithms it has now; this second edition reflects these changes. It brings forward the DPLL(T) framework. It also expands the SAT chapter with modern SAT heuristics, and includes a new section about incremental satisfiability, and the related Constraints Satisfaction Problem (CSP) The chapter about quantifiers was expanded with a new section about general quantification using E-matching and a section about Effectively Propositional Reasoning (EPR) The book also includes a new chapter on the application of SMT in industrial software engineering and in computational biology, coauthored by Nikolaj Bjorner and Leonardo de Moura, and Hillel Kugler, respectively. Each chapter includes a detailed bibliography and exercises. Lecturers' slides and a C++ library for rapid prototyping of decision procedures are available from the authors' website.
ISBN: 9783662504970
Standard No.: 10.1007/978-3-662-50497-0doiSubjects--Topical Terms:
565918
Decision making
--Mathematical models.
LC Class. No.: QA279.4 / .K76 2016
Dewey Class. No.: 519.542
Decision procedures = an algorithmic point of view /
LDR
:03604nmm a2200361 a 4500
001
2080599
003
DE-He213
005
20161122130503.0
006
m d
007
cr nn 008maaau
008
170616s2016 gw s 0 eng d
020
$a
9783662504970
$q
(electronic bk.)
020
$a
9783662504963
$q
(paper)
024
7
$a
10.1007/978-3-662-50497-0
$2
doi
035
$a
978-3-662-50497-0
040
$a
GP
$c
GP
041
0
$a
eng
050
4
$a
QA279.4
$b
.K76 2016
072
7
$a
UY
$2
bicssc
072
7
$a
UYA
$2
bicssc
072
7
$a
COM014000
$2
bisacsh
072
7
$a
COM031000
$2
bisacsh
082
0 4
$a
519.542
$2
23
090
$a
QA279.4
$b
.K93 2016
100
1
$a
Kroening, Daniel.
$3
900580
245
1 0
$a
Decision procedures
$h
[electronic resource] :
$b
an algorithmic point of view /
$c
by Daniel Kroening, Ofer Strichman.
250
$a
2nd ed.
260
$a
Berlin, Heidelberg :
$b
Springer Berlin Heidelberg :
$b
Imprint: Springer,
$c
2016.
300
$a
xxi, 356 p. :
$b
ill., digital ;
$c
24 cm.
490
1
$a
Texts in theoretical computer science. an EATCS series,
$x
1862-4499
505
0
$a
Introduction and Basic Concepts -- Decision Procedures for Propositional Logic -- From Propositional to Quantifier-Free Theories -- Equalities and Uninterpreted Functions -- Linear Arithmetic -- Bit Vectors -- Arrays -- Pointer Logic -- Quantified Formulas -- Deciding a Combination of Theories -- Propositional Encodings -- Applications in Software Engineering -- SMT-LIB 2.0: A Brief Tutorial -- A C++ Library for Developing Decision Procedures.
520
$a
A decision procedure is an algorithm that, given a decision problem, terminates with a correct yes/no answer. Here, the authors focus on theories that are expressive enough to model real problems, but are still decidable. Specifically, the book concentrates on decision procedures for first-order theories that are commonly used in automated verification and reasoning, theorem-proving, compiler optimization and operations research. The techniques described in the book draw from fields such as graph theory and logic, and are routinely used in industry. The authors introduce the basic terminology of SAT, Satisfiability Modulo Theories (SMT) and the DPLL(T) framework. Then, in separate chapters, they study decision procedures for propositional logic; equalities and uninterpreted functions; linear arithmetic; bit vectors; arrays; pointer logic; and quantified formulas. They also study the problem of deciding combined theories based on the Nelson-Oppen procedure. The first edition of this book was adopted as a textbook in courses worldwide. It was published in 2008 and the field now called SMT was then in its infancy, without the standard terminology and canonic algorithms it has now; this second edition reflects these changes. It brings forward the DPLL(T) framework. It also expands the SAT chapter with modern SAT heuristics, and includes a new section about incremental satisfiability, and the related Constraints Satisfaction Problem (CSP) The chapter about quantifiers was expanded with a new section about general quantification using E-matching and a section about Effectively Propositional Reasoning (EPR) The book also includes a new chapter on the application of SMT in industrial software engineering and in computational biology, coauthored by Nikolaj Bjorner and Leonardo de Moura, and Hillel Kugler, respectively. Each chapter includes a detailed bibliography and exercises. Lecturers' slides and a C++ library for rapid prototyping of decision procedures are available from the authors' website.
650
0
$a
Decision making
$x
Mathematical models.
$3
565918
650
0
$a
Algorithms.
$3
536374
650
0
$a
Logic, Symbolic and mathematical.
$3
532051
650
1 4
$a
Computer Science.
$3
626642
650
2 4
$a
Theory of Computation.
$3
892514
650
2 4
$a
Software Engineering/Programming and Operating Systems.
$3
891214
650
2 4
$a
Optimization.
$3
891104
700
1
$a
Strichman, Ofer.
$3
900579
710
2
$a
SpringerLink (Online service)
$3
836513
773
0
$t
Springer eBooks
830
0
$a
Texts in theoretical computer science. an EATCS series.
$3
3200634
856
4 0
$u
http://dx.doi.org/10.1007/978-3-662-50497-0
950
$a
Computer Science (Springer-11645)
based on 0 review(s)
Location:
ALL
電子資源
Year:
Volume Number:
Items
1 records • Pages 1 •
1
Inventory Number
Location Name
Item Class
Material type
Call number
Usage Class
Loan Status
No. of reservations
Opac note
Attachments
W9312480
電子資源
11.線上閱覽_V
電子書
EB QA279.4 .K93 2016
一般使用(Normal)
On shelf
0
1 records • Pages 1 •
1
Multimedia
Reviews
Add a review
and share your thoughts with other readers
Export
pickup library
Processing
...
Change password
Login