1 / 5

Course on Program Verification 2013/2014

Course on Program Verification 2013/2014. URL: www.cs.uu.nl/docs/vakken/pv by Wishnu Prasetya (S.W.B.Prasetya@uu.nl). Learning goal. To introduce some selected concepts and techniques for verifying programs so that you can use the techniques you can automate the techniques

masako
Download Presentation

Course on Program Verification 2013/2014

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Course on Program Verification2013/2014 URL: www.cs.uu.nl/docs/vakken/pv by WishnuPrasetya (S.W.B.Prasetya@uu.nl)

  2. Learning goal • To introduce some selected concepts and techniques for verifying programs • so that you can use the techniques • you can automate the techniques • starting point to literature in program verification • Selection: • Weakest pre-condition calculus based verification • Temporal formalisms and model checking algorithms • Using a model checker, and dealing with typical issues (e.g. deadlock, state explosion) • Modelling and verification with a higher order logic theorem prover

  3. Evaluation • 2 projects , the theme this year is security • You can work in pairs. • Deliverable always include a report. • 2 exams • Grading: • The projects are each 30 % • The exams are each 20% • Supplementary exam, covers all subjects can be used to replace one component.

  4. Software • You may need to bring your own laptop. Needed software: Z3, Spin, HOL. Install them ASAP!! • Theorem prover HOL, also requires • Moscow ML (Mosml), ML is a functional language • Model checker SPIN, also requires • C compiler + its standard libraries. • On Windows you probably also need Cygwin or Msys+Mingw to get the C compiler. • Tk/Tcl for its GUI • Dot for drawing state automata • Links to HOL & Spin sites can be found in PV website. Consult their install instructions.

  5. Other notes • www.cs.uu.nl/docs/vakken/pv Regularly check it out…

More Related