Automatic Heart Segmentation

From LRDE

Revision as of 20:52, 7 June 2018 by Bot (talk | contribs) (Created page with "{{CSIReport | authors = Alexandre Kirszenberg | title = Automatic Heart Segmentation | year = 2018 | number = 1806 | abstract = Model Checking is a set of techniques and algor...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Abstract

Model Checking is a set of techniques and algorithms for verifying that programs respect certain properties. In this report, we present a toolchain for applying existing model checking algorithms to Go programs. Through a set of transformations, we compile a Go program to an equivalent Go program whose state can be iterated upon. This new program exposes a standard interface to plug in to model checking solutions.