6 Combination of decision procedures (Презентации лекций), страница 4

PDF-файл 6 Combination of decision procedures (Презентации лекций), страница 4 Boolean SAT-SMT Solvers for Software Engineering (64070): Лекции - 11 семестр (3 семестр магистратуры)6 Combination of decision procedures (Презентации лекций) - PDF, страница 4 (64070) - СтудИзба2020-08-25СтудИзба

Описание файла

Файл "6 Combination of decision procedures" внутри архива находится в папке "Презентации лекций". PDF-файл из архива "Презентации лекций", который расположен в категории "". Всё это находится в предмете "boolean sat-smt solvers for software engineering" из 11 семестр (3 семестр магистратуры), которые можно найти в файловом архиве МГУ им. Ломоносова. Не смотря на прямую связь этого архива с МГУ им. Ломоносова, его также можно найти и в других разделах. .

Просмотр PDF-файла онлайн

Текст 4 страницы из PDF

Unshared VariablesIAfter purification, we have decomposed a formula F into two pureformulas F1 and F2Vijay Ganesh(Original notes from Isil Dillig),ECE750T-28: Computer-aided Reasoning for Software EngineeringLecture 16: Decision Procedures for Combination Theories16/44Shared vs. Unshared VariablesIAfter purification, we have decomposed a formula F into two pureformulas F1 and F2IIf x occurs in both F1 and F2 , x is called shared variableVijay Ganesh(Original notes from Isil Dillig),ECE750T-28: Computer-aided Reasoning for Software EngineeringLecture 16: Decision Procedures for Combination Theories16/44Shared vs. Unshared VariablesIAfter purification, we have decomposed a formula F into two pureformulas F1 and F2IIf x occurs in both F1 and F2 , x is called shared variableIIf y occurs only in F1 or only in F2 , it is called unshared variableVijay Ganesh(Original notes from Isil Dillig),ECE750T-28: Computer-aided Reasoning for Software EngineeringLecture 16: Decision Procedures for Combination Theories16/44Shared vs.

Unshared VariablesIAfter purification, we have decomposed a formula F into two pureformulas F1 and F2IIf x occurs in both F1 and F2 , x is called shared variableIIf y occurs only in F1 or only in F2 , it is called unshared variableIConsider the following purified formula:w1 = x + y ∧ y = 1 ∧ w2 = 2 ∧ w1 = f (x ) ∧ f (x ) 6= f (w2 )|{z}|{z}TZVijay Ganesh(Original notes from Isil Dillig),ECE750T-28: Computer-aided Reasoning for Software EngineeringT=Lecture 16: Decision Procedures for Combination Theories16/44Shared vs. Unshared VariablesIAfter purification, we have decomposed a formula F into two pureformulas F1 and F2IIf x occurs in both F1 and F2 , x is called shared variableIIf y occurs only in F1 or only in F2 , it is called unshared variableIConsider the following purified formula:w1 = x + y ∧ y = 1 ∧ w2 = 2 ∧ w1 = f (x ) ∧ f (x ) 6= f (w2 )|{z}|{z}TZIT=Which variables are shared?Vijay Ganesh(Original notes from Isil Dillig),ECE750T-28: Computer-aided Reasoning for Software EngineeringLecture 16: Decision Procedures for Combination Theories16/44Shared vs.

Unshared VariablesIAfter purification, we have decomposed a formula F into two pureformulas F1 and F2IIf x occurs in both F1 and F2 , x is called shared variableIIf y occurs only in F1 or only in F2 , it is called unshared variableIConsider the following purified formula:w1 = x + y ∧ y = 1 ∧ w2 = 2 ∧ w1 = f (x ) ∧ f (x ) 6= f (w2 )|{z}|{z}TZIT=Which variables are shared? w1 , x , w2Vijay Ganesh(Original notes from Isil Dillig),ECE750T-28: Computer-aided Reasoning for Software EngineeringLecture 16: Decision Procedures for Combination Theories16/44Shared vs. Unshared VariablesIAfter purification, we have decomposed a formula F into two pureformulas F1 and F2IIf x occurs in both F1 and F2 , x is called shared variableIIf y occurs only in F1 or only in F2 , it is called unshared variableIConsider the following purified formula:w1 = x + y ∧ y = 1 ∧ w2 = 2 ∧ w1 = f (x ) ∧ f (x ) 6= f (w2 )|{z}|{z}TZIWhich variables are shared? w1 , x , w2IWhich variables are unshared?Vijay Ganesh(Original notes from Isil Dillig),ECE750T-28: Computer-aided Reasoning for Software EngineeringT=Lecture 16: Decision Procedures for Combination Theories16/44Shared vs.

Unshared VariablesIAfter purification, we have decomposed a formula F into two pureformulas F1 and F2IIf x occurs in both F1 and F2 , x is called shared variableIIf y occurs only in F1 or only in F2 , it is called unshared variableIConsider the following purified formula:w1 = x + y ∧ y = 1 ∧ w2 = 2 ∧ w1 = f (x ) ∧ f (x ) 6= f (w2 )|{z}|{z}TZIWhich variables are shared? w1 , x , w2IWhich variables are unshared? yVijay Ganesh(Original notes from Isil Dillig),ECE750T-28: Computer-aided Reasoning for Software EngineeringT=Lecture 16: Decision Procedures for Combination Theories16/44Two Phases of Nelson-OppenIRecall: Nelson-Oppen method has two different phases:1. Purification: Seperate formula F in T1 ∪ T2 into two formulas F1 in T1and F2 in T22.

Equality propagation: Propagate all relevant equalities between theoriesVijay Ganesh(Original notes from Isil Dillig),ECE750T-28: Computer-aided Reasoning for Software EngineeringLecture 16: Decision Procedures for Combination Theories17/44Two Phases of Nelson-OppenIRecall: Nelson-Oppen method has two different phases:1. Purification: Seperate formula F in T1 ∪ T2 into two formulas F1 in T1and F2 in T22. Equality propagation: Propagate all relevant equalities between theoriesITalk about second phase nextVijay Ganesh(Original notes from Isil Dillig),ECE750T-28: Computer-aided Reasoning for Software EngineeringLecture 16: Decision Procedures for Combination Theories17/44Two Phases of Nelson-OppenIRecall: Nelson-Oppen method has two different phases:1.

Purification: Seperate formula F in T1 ∪ T2 into two formulas F1 in T1and F2 in T22. Equality propagation: Propagate all relevant equalities between theoriesITalk about second phase nextIBut this phase is different for convex vs. non-convex theoriesVijay Ganesh(Original notes from Isil Dillig),ECE750T-28: Computer-aided Reasoning for Software EngineeringLecture 16: Decision Procedures for Combination Theories17/44Two Phases of Nelson-OppenIRecall: Nelson-Oppen method has two different phases:1. Purification: Seperate formula F in T1 ∪ T2 into two formulas F1 in T1and F2 in T22. Equality propagation: Propagate all relevant equalities between theoriesITalk about second phase nextIBut this phase is different for convex vs.

non-convex theoriesISo, need to talk about convex and non-convex theoriesVijay Ganesh(Original notes from Isil Dillig),ECE750T-28: Computer-aided Reasoning for Software EngineeringLecture 16: Decision Procedures for Combination Theories17/44Convex TheoriesITheory T is called convex if for every conjunctive formula F :Vijay Ganesh(Original notes from Isil Dillig),ECE750T-28: Computer-aided Reasoning for Software EngineeringLecture 16: Decision Procedures for Combination Theories18/44Convex TheoriesITheory T is called convex if for every conjunctive formula F :IIf F ⇒Vijay Ganesh(Original notes from Isil Dillig),Wni=1 xi= yi for finite nECE750T-28: Computer-aided Reasoning for Software EngineeringLecture 16: Decision Procedures for Combination Theories18/44Convex TheoriesITheory T is called convex if for every conjunctive formula F :WnIIf F ⇒IThen, F ⇒ xi = yi for some i ∈ [1, n]Vijay Ganesh(Original notes from Isil Dillig),i=1 xi= yi for finite nECE750T-28: Computer-aided Reasoning for Software EngineeringLecture 16: Decision Procedures for Combination Theories18/44Convex TheoriesIITheory T is called convex if for every conjunctive formula F :WnIIf F ⇒IThen, F ⇒ xi = yi for some i ∈ [1, n]i=1 xi= yi for finite nThus, in convex theory, if F implies disjunction of equalities, F alsoimplies at least one of these equalities on its ownVijay Ganesh(Original notes from Isil Dillig),ECE750T-28: Computer-aided Reasoning for Software EngineeringLecture 16: Decision Procedures for Combination Theories18/44Convex TheoriesITheory T is called convex if for every conjunctive formula F :WnIIf F ⇒IThen, F ⇒ xi = yi for some i ∈ [1, n]i=1 xi= yi for finite nIThus, in convex theory, if F implies disjunction of equalities, F alsoimplies at least one of these equalities on its ownIIf a theory does not satisfy this condition, it is called non-convexVijay Ganesh(Original notes from Isil Dillig),ECE750T-28: Computer-aided Reasoning for Software EngineeringLecture 16: Decision Procedures for Combination Theories18/44Examples of Convex and Non-Convex TheoriesIExample: Consider formula 1 ≤ x ∧ x ≤ 2 in TZVijay Ganesh(Original notes from Isil Dillig),ECE750T-28: Computer-aided Reasoning for Software EngineeringLecture 16: Decision Procedures for Combination Theories19/44Examples of Convex and Non-Convex TheoriesIExample: Consider formula 1 ≤ x ∧ x ≤ 2 in TZIDoes it imply x = 1 ∨ x = 2?Vijay Ganesh(Original notes from Isil Dillig),ECE750T-28: Computer-aided Reasoning for Software EngineeringLecture 16: Decision Procedures for Combination Theories19/44Examples of Convex and Non-Convex TheoriesIExample: Consider formula 1 ≤ x ∧ x ≤ 2 in TZIDoes it imply x = 1 ∨ x = 2? yesVijay Ganesh(Original notes from Isil Dillig),ECE750T-28: Computer-aided Reasoning for Software EngineeringLecture 16: Decision Procedures for Combination Theories19/44Examples of Convex and Non-Convex TheoriesIExample: Consider formula 1 ≤ x ∧ x ≤ 2 in TZIDoes it imply x = 1 ∨ x = 2? yesIDoes it imply x = 1?Vijay Ganesh(Original notes from Isil Dillig),ECE750T-28: Computer-aided Reasoning for Software EngineeringLecture 16: Decision Procedures for Combination Theories19/44Examples of Convex and Non-Convex TheoriesIExample: Consider formula 1 ≤ x ∧ x ≤ 2 in TZIDoes it imply x = 1 ∨ x = 2? yesIDoes it imply x = 1? noVijay Ganesh(Original notes from Isil Dillig),ECE750T-28: Computer-aided Reasoning for Software EngineeringLecture 16: Decision Procedures for Combination Theories19/44Examples of Convex and Non-Convex TheoriesIExample: Consider formula 1 ≤ x ∧ x ≤ 2 in TZIDoes it imply x = 1 ∨ x = 2? yesIDoes it imply x = 1? noIDoes it imply x = 2?Vijay Ganesh(Original notes from Isil Dillig),ECE750T-28: Computer-aided Reasoning for Software EngineeringLecture 16: Decision Procedures for Combination Theories19/44Examples of Convex and Non-Convex TheoriesIExample: Consider formula 1 ≤ x ∧ x ≤ 2 in TZIDoes it imply x = 1 ∨ x = 2? yesIDoes it imply x = 1? noIDoes it imply x = 2? noVijay Ganesh(Original notes from Isil Dillig),ECE750T-28: Computer-aided Reasoning for Software EngineeringLecture 16: Decision Procedures for Combination Theories19/44Examples of Convex and Non-Convex TheoriesIExample: Consider formula 1 ≤ x ∧ x ≤ 2 in TZIDoes it imply x = 1 ∨ x = 2? yesIDoes it imply x = 1? noIDoes it imply x = 2? noIIs TZ convex?Vijay Ganesh(Original notes from Isil Dillig),ECE750T-28: Computer-aided Reasoning for Software EngineeringLecture 16: Decision Procedures for Combination Theories19/44Examples of Convex and Non-Convex TheoriesIExample: Consider formula 1 ≤ x ∧ x ≤ 2 in TZIDoes it imply x = 1 ∨ x = 2? yesIDoes it imply x = 1? noIDoes it imply x = 2? noIIs TZ convex? noVijay Ganesh(Original notes from Isil Dillig),ECE750T-28: Computer-aided Reasoning for Software EngineeringLecture 16: Decision Procedures for Combination Theories19/44Examples of Convex and Non-Convex TheoriesIExample: Consider formula 1 ≤ x ∧ x ≤ 2 in TZIDoes it imply x = 1 ∨ x = 2? yesIDoes it imply x = 1? noIDoes it imply x = 2? noIIs TZ convex? noVijay Ganesh(Original notes from Isil Dillig),ECE750T-28: Computer-aided Reasoning for Software EngineeringLecture 16: Decision Procedures for Combination Theories19/44Examples of Convex and Non-Convex TheoriesIExample: Consider formula 1 ≤ x ∧ x ≤ 2 in TZIDoes it imply x = 1 ∨ x = 2? yesIDoes it imply x = 1? noIDoes it imply x = 2? noIIs TZ convex? noITheory of equality T= is convexVijay Ganesh(Original notes from Isil Dillig),ECE750T-28: Computer-aided Reasoning for Software EngineeringLecture 16: Decision Procedures for Combination Theories19/44Nelson-Oppen for Convex vs Non-Convex TheoriesICombining decision procedures for two convex theories is easier and moreefficientVijay Ganesh(Original notes from Isil Dillig),ECE750T-28: Computer-aided Reasoning for Software EngineeringLecture 16: Decision Procedures for Combination Theories20/44Nelson-Oppen for Convex vs Non-Convex TheoriesICombining decision procedures for two convex theories is easier and moreefficientIIntuition: When we have convexity, there are fewer facts that need to becommunicated between theoriesVijay Ganesh(Original notes from Isil Dillig),ECE750T-28: Computer-aided Reasoning for Software EngineeringLecture 16: Decision Procedures for Combination Theories20/44Nelson-Oppen for Convex vs Non-Convex TheoriesICombining decision procedures for two convex theories is easier and moreefficientIIntuition: When we have convexity, there are fewer facts that need to becommunicated between theoriesIUnfortunately, some theories of interest such as TZ and theory of arraysare non-convexVijay Ganesh(Original notes from Isil Dillig),ECE750T-28: Computer-aided Reasoning for Software EngineeringLecture 16: Decision Procedures for Combination Theories20/44Nelson-Oppen for Convex vs Non-Convex TheoriesICombining decision procedures for two convex theories is easier and moreefficientIIntuition: When we have convexity, there are fewer facts that need to becommunicated between theoriesIUnfortunately, some theories of interest such as TZ and theory of arraysare non-convexIIf one of the theories we want to combine is non-convex, decisionprocedure for combination theory is much less efficentVijay Ganesh(Original notes from Isil Dillig),ECE750T-28: Computer-aided Reasoning for Software EngineeringLecture 16: Decision Procedures for Combination Theories20/44Nelson-Oppen for Convex vs Non-Convex TheoriesICombining decision procedures for two convex theories is easier and moreefficientIIntuition: When we have convexity, there are fewer facts that need to becommunicated between theoriesIUnfortunately, some theories of interest such as TZ and theory of arraysare non-convexIIf one of the theories we want to combine is non-convex, decisionprocedure for combination theory is much less efficentIWe’ll first talk about Nelson-Oppen method for convex theories, then fornon-convex theoriesVijay Ganesh(Original notes from Isil Dillig),ECE750T-28: Computer-aided Reasoning for Software EngineeringLecture 16: Decision Procedures for Combination Theories20/44Nelson-Oppen Method for Convex TheoriesIGiven formula F in T1 ∪ T2 (T1 , T2 convex), want to decide if F issatisfiableVijay Ganesh(Original notes from Isil Dillig),ECE750T-28: Computer-aided Reasoning for Software EngineeringLecture 16: Decision Procedures for Combination Theories21/44Nelson-Oppen Method for Convex TheoriesIGiven formula F in T1 ∪ T2 (T1 , T2 convex), want to decide if F issatisfiableIFirst, purify F into F1 and F2Vijay Ganesh(Original notes from Isil Dillig),ECE750T-28: Computer-aided Reasoning for Software EngineeringLecture 16: Decision Procedures for Combination Theories21/44Nelson-Oppen Method for Convex TheoriesIGiven formula F in T1 ∪ T2 (T1 , T2 convex), want to decide if F issatisfiableIFirst, purify F into F1 and F2IRun decision procedures for T1 , T2 to decide sat.

Свежие статьи
Популярно сейчас
Почему делать на заказ в разы дороже, чем купить готовую учебную работу на СтудИзбе? Наши учебные работы продаются каждый год, тогда как большинство заказов выполняются с нуля. Найдите подходящий учебный материал на СтудИзбе!
Ответы на популярные вопросы
Да! Наши авторы собирают и выкладывают те работы, которые сдаются в Вашем учебном заведении ежегодно и уже проверены преподавателями.
Да! У нас любой человек может выложить любую учебную работу и зарабатывать на её продажах! Но каждый учебный материал публикуется только после тщательной проверки администрацией.
Вернём деньги! А если быть более точными, то автору даётся немного времени на исправление, а если не исправит или выйдет время, то вернём деньги в полном объёме!
Да! На равне с готовыми студенческими работами у нас продаются услуги. Цены на услуги видны сразу, то есть Вам нужно только указать параметры и сразу можно оплачивать.
Отзывы студентов
Ставлю 10/10
Все нравится, очень удобный сайт, помогает в учебе. Кроме этого, можно заработать самому, выставляя готовые учебные материалы на продажу здесь. Рейтинги и отзывы на преподавателей очень помогают сориентироваться в начале нового семестра. Спасибо за такую функцию. Ставлю максимальную оценку.
Лучшая платформа для успешной сдачи сессии
Познакомился со СтудИзбой благодаря своему другу, очень нравится интерфейс, количество доступных файлов, цена, в общем, все прекрасно. Даже сам продаю какие-то свои работы.
Студизба ван лав ❤
Очень офигенный сайт для студентов. Много полезных учебных материалов. Пользуюсь студизбой с октября 2021 года. Серьёзных нареканий нет. Хотелось бы, что бы ввели подписочную модель и сделали материалы дешевле 300 рублей в рамках подписки бесплатными.
Отличный сайт
Лично меня всё устраивает - и покупка, и продажа; и цены, и возможность предпросмотра куска файла, и обилие бесплатных файлов (в подборках по авторам, читай, ВУЗам и факультетам). Есть определённые баги, но всё решаемо, да и администраторы реагируют в течение суток.
Маленький отзыв о большом помощнике!
Студизба спасает в те моменты, когда сроки горят, а работ накопилось достаточно. Довольно удобный сайт с простой навигацией и огромным количеством материалов.
Студ. Изба как крупнейший сборник работ для студентов
Тут дофига бывает всего полезного. Печально, что бывают предметы по которым даже одного бесплатного решения нет, но это скорее вопрос к студентам. В остальном всё здорово.
Спасательный островок
Если уже не успеваешь разобраться или застрял на каком-то задание поможет тебе быстро и недорого решить твою проблему.
Всё и так отлично
Всё очень удобно. Особенно круто, что есть система бонусов и можно выводить остатки денег. Очень много качественных бесплатных файлов.
Отзыв о системе "Студизба"
Отличная платформа для распространения работ, востребованных студентами. Хорошо налаженная и качественная работа сайта, огромная база заданий и аудитория.
Отличный помощник
Отличный сайт с кучей полезных файлов, позволяющий найти много методичек / учебников / отзывов о вузах и преподователях.
Отлично помогает студентам в любой момент для решения трудных и незамедлительных задач
Хотелось бы больше конкретной информации о преподавателях. А так в принципе хороший сайт, всегда им пользуюсь и ни разу не было желания прекратить. Хороший сайт для помощи студентам, удобный и приятный интерфейс. Из недостатков можно выделить только отсутствия небольшого количества файлов.
Спасибо за шикарный сайт
Великолепный сайт на котором студент за не большие деньги может найти помощь с дз, проектами курсовыми, лабораторными, а также узнать отзывы на преподавателей и бесплатно скачать пособия.
Популярные преподаватели
Добавляйте материалы
и зарабатывайте!
Продажи идут автоматически
5167
Авторов
на СтудИзбе
437
Средний доход
с одного платного файла
Обучение Подробнее