Publication Details

Designing Algorithm-oriented Generic Library on .NET Framework

RYŠAVÝ Ondřej, ŠČUGLÍK František and ŠVÉDA Miroslav. Designing Algorithm-oriented Generic Library on .NET Framework. In: Proceedings of the 13th IEEE International Symposium and Workshop on the Engineering of Computer-Based Systems ECBS 2006. Los Alamitos, CA: IEEE Computer Society, 2006, pp. 159-163. ISBN 0-7695-2546-6.
Czech title
Návrh algoritmicky orientované generické knihovny na základě rámce .NET
Type
conference paper
Language
english
Authors
Keywords

Generic programming, model-checking algorithm, .NET framework, generics feature

Abstract

In this paper, we describe the use of generic programming approach to design and implementation of a collection of basic model-checking algorithms on the .NET framework. The mentioned methodology separates algorithms and data structures similarly to Standard Template Library that allows delivering general and efficient algorithms. As the implementation environment does not enable us to exploit the advantages of static polymorphism provided by the C++ template parameterization we needed to adjust the approach for the use with the generics feature, which is the novel mechanism introduced with the second version of the .NET framework.

Published
2006
Pages
159-163
Proceedings
Proceedings of the 13th IEEE International Symposium and Workshop on the Engineering of Computer-Based Systems ECBS 2006
Conference
13th Annual IEEE International Conference and Workshop on the Engineering of Computer Based Systems (ECBS), Potsdam, DE
ISBN
0-7695-2546-6
Publisher
IEEE Computer Society
Place
Los Alamitos, CA, US
BibTeX
@INPROCEEDINGS{FITPUB8017,
   author = "Ond\v{r}ej Ry\v{s}av\'{y} and Franti\v{s}ek \v{S}\v{c}ugl\'{i}k and Miroslav \v{S}v\'{e}da",
   title = "Designing Algorithm-oriented Generic Library on .NET Framework",
   pages = "159--163",
   booktitle = "Proceedings of the 13th IEEE International Symposium and Workshop on the Engineering of Computer-Based Systems ECBS 2006",
   year = 2006,
   location = "Los Alamitos, CA, US",
   publisher = "IEEE Computer Society",
   ISBN = "0-7695-2546-6",
   language = "english",
   url = "https://www.fit.vut.cz/research/publication/8017"
}
Back to top