Search
This page provides information for the class B4M36LUP - Logické usuzování a programování as well as its English-language counterpart BE4M36LUP - Logical reasoning and programming, which are taught jointly. The lectures are held in English unless all participants speak Czech.
The course's aim is to explain selected significant methods of computational logic. These include algorithms for propositional satisfiability checking, first-order theorem proving and model-finding, and logical programming in Prolog,. Time permitting, we will also discuss some complexity and decidability issues pertaining to the said methods.
Lecturers: Karel Chvalovský, Ondřej Kuželka
Lab instructors: Karel Chvalovský, Václav Kůla, Jan Tóth
Course supervisor: Filip Železný
The materials from the previous iteration of this course are available here.
Videos for the Prolog part:
Lecture 10: part 1, part 2, part 3 (Erratum: On the slide “An Example (2)” in part 3, the Herbrand universe should be {maria, peter, ai_techniques}), Lecture 11:video (Erratum: In the example starting at ~17:30, we there should be predicate connectedS instead of connected.), Lecture 12: part 1, part 2, part 3, Lecture 13: video, Lecture 14:video (Notes: I apologize for the poor technical quality of the recordings. Slides in most of the videos are based on materials by Peter Flach.)
Note that the titles and topics of future lectures are tentative and subject to change.
Note that the titles and topics of future labs are tentative and subject to change.
There will be 3 tasks assigned during the semester. You submit your solutions through BRUTE. Late submissions are penalized.
An assessment is awarded if you receive at least 25 points for all your solutions.
The exam will be a written test (50 points), see a sample and a test from three years ago, and to pass, you need to get at least 25 points. You are eligible for a grade only after receiving the labs assessment. However, you can still attend the exam.
The final grade is based on the sum of points you receive for labs (max. 50 pts.) and the exam (max. 50 pts.) and follows university regulations:
There are many general introductions covering basic notions from propositional and first-order logic. For example, the Open Logic Project is freely accessible. Decision Procedures (PDF is available from the CTU network) covers many topics from SAT and SMT. An online book that covers various topics discussed in the course is Logic and Mechanized Reasoning. Yet another relevant book available from the CTU networks is Mathematical Logic for Computer Science.