CS 433 : Automated Reasoning 2024

Instructor : Ashutosh Gupta

PG students can take the course.


Timings : Wednesday and Friday 9:30-10:25
Venue : CC105
TA : No TA
Quizes : Quiz Portal (Login via CSE LDAP or special accounts)
For Discussion : Join MSTeams with code: x3rz81g

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

    2024-01-04 : Week 0 - Introduction

    2024-01-10 : Week 1 - Propositional and first order logic

    2024-08-08 : Week 2 - Theory and encoding problems into SAT/SMT

    SAT solvers

    2024-08-18 : Week 3 - SAT solver

    2024-01-31 : Week 4 - Sat solver - Clause handling and storage and run time Optimizations

    2024-08-29 : Week 5 - Binary decision diagrams and encoding problems in SAT solvers

    Satisfiability modulo theory(SMT) solvers

    2024-09-14 : Week 6 - Theory of equality and uninterpreted functions (EUF) and SMT solvers

    2024-03-06 : Week 7 - Inside a solver and presentations

    Linear arithmetic

    2024-03-13 : Week 8 - Basics of linear arithmetic and simplex

    2024-03-20 : Week 9 - Linear integer arithmetic(LIA)

    Other theories

    2024-03-27 : Week 10 - Rational/Integer difference logic (RDL/IDL)

    2024-04-03 : Week 11 - Theory of arrays and theory combination

    Usage of SMT solvers

    2024-03-10 : Week 12 - Maximum satisfiability and proof generation

    Interactive theorem provers

    2024-03-17 : Week 13 - Interactive theorem provers


    Last modified: ()