scispace - formally typeset
V

Vladimir Itsykson

Researcher at Saint Petersburg State Polytechnic University

Publications -  26
Citations -  69

Vladimir Itsykson is an academic researcher from Saint Petersburg State Polytechnic University. The author has contributed to research in topics: Source code & Software. The author has an hindex of 5, co-authored 21 publications receiving 57 citations.

Papers
More filters
Proceedings ArticleDOI

Clone detection: Why, what and how?

TL;DR: Excessive code duplication is a bane of modern software development and should be detected and dealt with at every stage of software development life cycle.
Book ChapterDOI

Borealis Bounded Model Checker: The Coming of Age Story

TL;DR: This chapter would be of interest to other researchers as a brief introduction to the topic of bounded model checking, and to us as a cornerstone on which to build the authors' future work on making Borealis into a tool.
Journal ArticleDOI

Formalism and Language Tools for Specification of the Semantics of Software Libraries

TL;DR: The paper considers the specification of the structure and the behavior of software libraries and proposes a formalism based on this specification that allows specification of all the properties of the libraries needed for automation of several classes of problems.
Journal ArticleDOI

Software defect detection by combining bounded model checking and approximations of functions

TL;DR: This paper proposes an original approach to the implementation of BMC based on combining the results of several recent studies in this field, namely, the use of the LLVM compiler infrastructure for parsing and transformation of the source code, theUse of SMT-solver Z3 for the verification of the correctness of the properties, and the improvement of the analysis efficiency using the approximation of functions.
Proceedings ArticleDOI

Automated program transformation for migration to new libraries

TL;DR: The article takes into consideration one of such approaches, mainly focused on transferring source code between two library environments, which aims to solve the problem of migration from one system environment to another.