Distribution of starting files for assignements and assignment submission will be organized through Git Hub. You need to complete the following steps:
You will be able to access the local version of your repo through the Sireum IVE to carry out HW retreival and submission.
Logika is a program verifier and a natural deduction proof checker for propositional, predicate, and programming logics. Logika is part of a much larger analysis and verification framework developed by Robby called Sireum.
It is crucial that you get set up to use Logika during the first week of class. We will use Logika every week in class, and almost all homework assignments will use it.
There are two ways of getting set up to use Logika (actually, these methods also provide the entire Sireum framework, but we will only use and talk about the Logika part):
Logika can be used in a nice IntelliJ-based Integrated Verification Environment (Sireum/Logika IVE) (this is what we recommend for doing all your classroom exercises and homework). There is also a way to call Logika from the command line using its command line interface (Sireum/Logika CLI) (you can use this if you love command line interfaces, but we recommend the IVE).
For a Personal Installation, please follow the installation instructions on the Logika web site
Instructions for using the CS Lab installation will be posted soon.
Z3 is a high-performance Satisfiability Modulo Theories (SMT) solver being developed at the Research in Software Engineering (RiSE) group in Microsoft Research.
We will use Z3 in one lecture early in the course, and then we will refer to it throughout the rest of the course.
Fortunately, you do not have to install Z3.
SIREUM_HOME/apps/z3
(or SIREUM_HOME\apps\z3
in Windows OS).Many interesting analysis, verification, and testing tools (including tools developed by Microsoft) use Z3. You can find out more about Z3 using the links below: