CS 433 : Automated Reasoning 2021

Instructor : Ashutosh Gupta

Mode of instruction : recorded videos on youtube, weekly release of slides; two lectures each week, one online quiz every week.
Timings : Tuesday and Friday 19:00-20:25 (changed; does not conflict with any CS course)
Venue : MSTeams, To join the course team, use team code: y1qiap4
TA : No TA
Quizes : Quiz Portal (Login via CSE LDAP or special accounts)

The course is about the design and implementation of solvers for proving/disproving validity of statements in various logics arising in various areas such as verification of AI, software, hardware, etc. The solvers are often referred as reasoning engines, hence the course name automated reasoning. The reasoning problems are inherently hard and there are no known provably efficient algorithms for them. However, we may have efficient heuristics that may solve some interesting and important instances of the problems. In the last three decades, automated reasoning has risen to be a matured and an effective technology that can be applied to the reasoning problems arising from a wide range of fields.

The course will cover five major topics: satisfiability solvers, satisfiability modulo theories solvers, decision procedures (theories), interactive theorem provers, and first-order logic solvers. In each part, we will discuss encoding the problems of interest into the reasoning problems, the efficient heuristics, the implementation issues of the heuristics, and their theoretical understanding. The course will include programming assignments/projects.

Source material

Self-learning background material

Software

  • Please install Z3 and its python interface before second week
  • Evaluation structure

    May change later.

    Lectures

    Introduction

    2021-07-26T15:05 : Lecture 1 - Introduction (1 hour)

    2021-07-29@17:30 : Lecture 2 - Propositional logic

    2021-08-03 : Lecture 3 - First order logic

    2021-08-06 : Lecture 4 - Encoding problems into SAT/SMT

    SAT solvers

    2021-08-10 : Lecture 5 - SAT solver

    2021-08-13 : Lecture 6 - Optimizations in SAT solvers

    2021-08-17 : Lecture 7 - Binary decision diagrams

    2021-08-20 : Lecture 8 - Encoding problems in SAT solvers

    Satisfiability modulo theory(SMT) solvers

    2021-08-24 : Lecture 9 - Theory of equality and uninterpreted functions (EUF)

    2021-08-27 : Lecture 10 - SMT solvers

    2021-08-31 : Lecture 11 - Implementing QF_EUF

    2021-09-03 : Lecture 12 - Inside a solver

    Linear arithmetic

    2021-09-07 : Lecture 13 - Basics of linear arithmetic

    2018-09-10 : (Holiday)

    Midterm paper presentations

    2021-10-21 Presentations

    Linear arithmetic (contd.)

    2021-09-24 : Lecture 14 - Simplex for linear rational arithmetic(LRA)

    2021-09-28 : Lecture 15 - Other methods for LRA

    2021-10-01 : Lecture 16 - Linear integer arithmetic(LIA)

    2021-10-05 : Lecture 17 - Solving LIA

    Other theories

    2021-10-08 : Lecture 18 - Rational/Integer difference logic (RDL/IDL)

    2021-10-12 : Lecture 19 - Theory of arrays

    2018-10-15 : (Holiday)

    2018-10-19 : (Holiday)

    2021-10-22 : Lecture 20 - Theory of bit-vectors (no videos)

    ls

    2021-10-26 : Lecture 21 - Theory combination

    Usage of SMT solvers

    2021-10-29 : Lecture 22 - Maximum satisfiability(no videos)

    Interactive theorem provers

    2021-11-02 : Lecture 23 - Interactive theorem provers

    2021-11-05 : Lecture 24 - Solving non-linear constraints

    2021-11-19 : Final presentations


    Last modified: ()